Merge lp:~ralsina/ubuntuone-control-panel/unique_in_ubuntu into lp:ubuntuone-control-panel
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Roberto Alsina on 2012-04-25 | ||||
| Approved revision: | 319 | ||||
| Merged at revision: | 317 | ||||
| Proposed branch: | lp:~ralsina/ubuntuone-control-panel/unique_in_ubuntu | ||||
| Merge into: | lp:ubuntuone-control-panel | ||||
| Diff against target: |
284 lines (+67/-113) 8 files modified
run-tests (+1/-1) ubuntuone/controlpanel/gui/qt/main/__init__.py (+1/-0) ubuntuone/controlpanel/gui/qt/main/tests/test_main.py (+13/-0) ubuntuone/controlpanel/gui/qt/uniqueapp/__init__.py (+28/-8) ubuntuone/controlpanel/gui/qt/uniqueapp/linux.py (+0/-29) ubuntuone/controlpanel/gui/qt/uniqueapp/tests/test_unique_app.py (+2/-23) ubuntuone/controlpanel/gui/qt/uniqueapp/windows.py (+0/-52) ubuntuone/controlpanel/gui/tests/__init__.py (+22/-0) |
||||
| To merge this branch: | bzr merge lp:~ralsina/ubuntuone-control-panel/unique_in_ubuntu | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| dobey (community) | Approve on 2012-04-24 | ||
| Diego Sarmentero (community) | 2012-04-24 | Approve on 2012-04-24 | |
|
Review via email:
|
|||
Commit Message
- Implemented UniqueApplication for Linux (Fixes LP:987909).
Description of the Change
Implemented UniqueApplication for linux, by just using the same thing as in Windows.
To test IRL:
start the control panel.
start it again.
See a single window? Nice!
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~ralsina/ubuntuone-control-panel/unique_in_ubuntu into lp:ubuntuone-control-panel failed. Below is the output from the failed tests.
*** Running test suite for ubuntuone/
ubuntuone.
ReplicationsT
test_exclude ... [OK]
test_
test_
test_
test_
test_
test_replicate ... [OK]
test_
test_
ubuntuone.
TestCase
runTest ... [OK]
ubuntuone.
AutoconnectTe
test_disable ... [OK]
test_
test_enable ... [OK]
test_
test_get_value ... [OK]
test_
BaseTestCase
runTest ... [OK]
BasicTestCase
test_
test_
test_
test_
test_
FileSyncTestCase
test_
test_
test_
test_
test_
test_
test_
test_
FoldersTestCase
test_
test_
test_
test_
test_
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~ralsina/ubuntuone-control-panel/unique_in_ubuntu into lp:ubuntuone-control-panel failed. Below is the output from the failed tests.
*** Running test suite for ubuntuone/
ubuntuone.
ReplicationsT
test_exclude ... [OK]
test_
test_
test_
test_
test_
test_replicate ... [OK]
test_
test_
ubuntuone.
TestCase
runTest ... [OK]
ubuntuone.
AutoconnectTe
test_disable ... [OK]
test_
test_enable ... [OK]
test_
test_get_value ... [OK]
test_
BaseTestCase
runTest ... [OK]
BasicTestCase
test_
test_
test_
test_
test_
FileSyncTestCase
test_
test_
test_
test_
test_
test_
test_
test_
FoldersTestCase
test_
test_
test_
test_
test_
- 319. By Roberto Alsina on 2012-04-25
-
put the tests in the right variable so they work on tarmac


+1