Merge lp:~osomon/gallery-app/photos-selection-ap-tests into lp:gallery-app
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Olivier Tilloy on 2015-02-17 | ||||
| Approved revision: | 1160 | ||||
| Merged at revision: | 1151 | ||||
| Proposed branch: | lp:~osomon/gallery-app/photos-selection-ap-tests | ||||
| Merge into: | lp:gallery-app | ||||
| Diff against target: |
454 lines (+71/-60) 15 files modified
rc/qml/AlbumEditor/AlbumCoverMenu.qml (+2/-2) rc/qml/MainScreen.qml (+7/-4) rc/qml/MediaViewer/MediaViewer.qml (+2/-2) rc/qml/OrganicView/OrganicItemInteraction.qml (+1/-0) tests/autopilot/gallery_app/emulators/album_editor.py (+3/-3) tests/autopilot/gallery_app/emulators/album_view.py (+8/-8) tests/autopilot/gallery_app/emulators/gallery_utils.py (+5/-6) tests/autopilot/gallery_app/emulators/photo_viewer.py (+5/-4) tests/autopilot/gallery_app/emulators/picker_screen.py (+4/-9) tests/autopilot/gallery_app/tests/test_album_editor.py (+8/-6) tests/autopilot/gallery_app/tests/test_album_view.py (+6/-4) tests/autopilot/gallery_app/tests/test_albums_view.py (+5/-4) tests/autopilot/gallery_app/tests/test_photo_viewer.py (+3/-2) tests/autopilot/gallery_app/tests/test_photos_view.py (+8/-3) tests/autopilot/gallery_app/tests/test_picker_mode.py (+4/-3) |
||||
| To merge this branch: | bzr merge lp:~osomon/gallery-app/photos-selection-ap-tests | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ugo Riboni (community) | 2015-02-17 | Approve on 2015-02-17 | |
|
Review via email:
|
|||
Commit Message
Fix failing autopilot tests that were broken by the changes introduced at revision 1143 (fix for bug #1416043).
List of the tests that were fixed:
‣ test_photos_
‣ test_photos_
‣ test_albums_
‣ test_album_
‣ test_album_
‣ test_album_
‣ test_album_
‣ test_album_
‣ test_photo_
‣ test_photo_
‣ test_photo_
‣ test_photo_
‣ test_photo_
‣ test_photo_
‣ test_picker_
‣ test_picker_
‣ test_picker_
‣ test_album_
‣ test_album_

Code LGTM and the affected tests can be run successfully