Merge lp:~diegosarmentero/ubuntuone-control-panel/search-shared-files into lp:ubuntuone-control-panel
| Status: | Merged |
|---|---|
| Approved by: | Diego Sarmentero on 2012-10-29 |
| Approved revision: | 374 |
| Merged at revision: | 373 |
| Proposed branch: | lp:~diegosarmentero/ubuntuone-control-panel/search-shared-files |
| Merge into: | lp:ubuntuone-control-panel |
| Diff against target: |
623 lines (+130/-197) 8 files modified
ubuntuone/controlpanel/backend.py (+7/-0) ubuntuone/controlpanel/gui/qt/share_links_search.py (+30/-91) ubuntuone/controlpanel/gui/qt/tests/__init__.py (+1/-0) ubuntuone/controlpanel/gui/qt/tests/test_gui.py (+0/-3) ubuntuone/controlpanel/gui/qt/tests/test_share_links.py (+0/-2) ubuntuone/controlpanel/gui/qt/tests/test_share_links_search.py (+73/-101) ubuntuone/controlpanel/sd_client/__init__.py (+4/-0) ubuntuone/controlpanel/tests/test_backend.py (+15/-0) |
| To merge this branch: | bzr merge lp:~diegosarmentero/ubuntuone-control-panel/search-shared-files |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Mike McCracken (community) | Approve on 2012-10-25 | ||
| Roberto Alsina (community) | 2012-10-23 | Approve on 2012-10-24 | |
|
Review via email:
|
|||
Commit Message
- Use the search and filter implementation from u1-client to get the list always up to date (LP: #1056189).
Description of the Change
This branch requires this u1-client branch:
https:/
To work as expected.
If you see the following lint issue:
== Python Lint Notices ==
ubuntuone/
235: [E1101, SyncDaemonClien
You will need to add the u1-client branch mentioned to the path when running the tests.
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~diegosarmentero/ubuntuone-control-panel/search-shared-files into lp:ubuntuone-control-panel failed. Below is the output from the failed tests.
*** Running DBus test suite ***
ubuntuone.
BaseTestCase
runTest ... [OK]
DBusServiceMa
test_
test_
DBusServiceTe
test_
test_
test_
test_
test_
test_
test_
test_
FileSyncTestCase
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
OperationsAut
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
| Ubuntu One Auto Pilot (otto-pilot) wrote : | # |
The attempt to merge lp:~diegosarmentero/ubuntuone-control-panel/search-shared-files into lp:ubuntuone-control-panel failed. Below is the output from the failed tests.
*** Running DBus test suite ***
ubuntuone.
BaseTestCase
runTest ... [OK]
DBusServiceMa
test_
test_
DBusServiceTe
test_
test_
test_
test_
test_
test_
test_
test_
FileSyncTestCase
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
OperationsAut
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
test_
- 374. By Diego Sarmentero on 2012-10-29
-
fixing pep8 issues


works for me on darwin with the search-filter branch mentioned above and the ~diegosarmenter o/ubuntuone- client/ fix-tests- jenkins branch.