vm_helper does not need different implementations per platform
Bug #817204 reported by
Natalia Bidart
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Client |
Fix Released
|
Medium
|
Natalia Bidart |
Bug Description
We need to unify the current implementations.
Related branches
lp://staging/~nataliabidart/ubuntuone-client/no-more-vm-helper
- Facundo Batista (community): Approve
- Roberto Alsina (community): Approve
-
Diff: 2051 lines (+345/-426)18 files modifiedtests/platform/linux/eventlog/test_zg_listener.py (+3/-2)
tests/platform/linux/test_dbus.py (+2/-1)
tests/platform/linux/test_tools.py (+2/-2)
tests/platform/linux/test_vm.py (+1/-1)
tests/platform/test_filesystem_notifications.py (+0/-2)
tests/platform/windows/test_filesystem_notifications.py (+6/-0)
tests/platform/windows/test_ipc.py (+101/-101)
tests/platform/windows/test_os_helper.py (+7/-4)
tests/platform/windows/test_tools.py (+42/-42)
tests/platform/windows/test_vm_helper.py (+0/-80)
tests/syncdaemon/test_vm.py (+1/-28)
tests/syncdaemon/test_vm_helper.py (+91/-11)
ubuntuone/platform/linux/__init__.py (+9/-14)
ubuntuone/platform/windows/__init__.py (+9/-16)
ubuntuone/platform/windows/filesystem_notifications.py (+4/-1)
ubuntuone/platform/windows/vm_helper.py (+0/-71)
ubuntuone/syncdaemon/vm_helper.py (+60/-12)
ubuntuone/syncdaemon/volume_manager.py (+7/-38)
Changed in ubuntuone-client: | |
assignee: | nobody → Natalia Bidart (nataliabidart) |
importance: | Undecided → Medium |
status: | New → In Progress |
tags: | added: u1-zomg-windows |
Changed in ubuntuone-client: | |
status: | In Progress → Fix Committed |
Changed in ubuntuone-client: | |
milestone: | none → 1.7.1 |
Changed in ubuntuone-client: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.