Merge lp:~dandrader/unity8/fixShellTests into lp:unity8
| Status: | Merged |
|---|---|
| Approved by: | Michael Zanetti on 2015-06-22 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 1828 |
| Proposed branch: | lp:~dandrader/unity8/fixShellTests |
| Merge into: | lp:unity8 |
| Diff against target: |
488 lines (+117/-139) (has conflicts) 9 files modified
po/de.po (+5/-0) po/it.po (+5/-0) tests/autopilot/unity8/application_lifecycle/tests/__init__.py (+2/-2) tests/autopilot/unity8/greeter/__init__.py (+52/-0) tests/autopilot/unity8/indicators/tests/__init__.py (+1/-1) tests/autopilot/unity8/process_helpers.py (+9/-96) tests/autopilot/unity8/shell/tests/test_emulators.py (+2/-2) tests/autopilot/unity8/shell/tests/test_notifications.py (+22/-22) tests/qmltests/tst_Shell.qml (+19/-16) Text conflict in po/de.po Text conflict in po/it.po Text conflict in tests/qmltests/tst_Shell.qml |
| To merge this branch: | bzr merge lp:~dandrader/unity8/fixShellTests |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-06-18 | |
| Michael Zanetti (community) | 2015-06-18 | Approve on 2015-06-18 | |
|
Review via email:
|
|||
Commit Message
Fix Shell tests
Description of the Change
* Are there any related MPs required for this MP to build/function as expected? Please list.
No
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes. Shell tests now pass.
* Did you make sure that your branch does not contain spurious tags?
Yes.
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
Not applicable.
* If you changed the UI, has there been a design review?
Not applicable.
* Did you have a look at the warnings when running tests? Can they be reduced?
Not applicable.
| Daniel d'Andrada (dandrader) wrote : | # |
| Michael Zanetti (mzanetti) wrote : | # |
ok. tests are passing. I've tested current trunk on Nexus7, side stage works there. Not really happy with it not working in tryShell atm, but I'm ok with addressing that in a different branch.
* Did you perform an exploratory manual test run of the code change and any related functionality?
yes
* Did CI run pass? If not, please explain why.
qmltests currently disabled by infrastructure issues
* Did you make sure that the branch does not contain spurious tags?
yes
| Daniel d'Andrada (dandrader) wrote : | # |
On 18/06/15 09:50, Michael Zanetti wrote:
> ok. tests are passing. I've tested current trunk on Nexus7, side stage works there. Not really happy with it not working in tryShell atm, but I'm ok with addressing that in a different branch.
At least you can still try the side stage in "make tryOrientedShell" and
"make tryTabletStage"...
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1811
http://
Executed test runs:
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1811. By Daniel d'Andrada on 2015-06-18
- 1812. By Daniel d'Andrada on 2015-06-18
-
Fix Shell tests

Side stage apps don't display correctly for some reason. But at least the tests now pass.