Merge lp:~unity-team/unity/hud-tests-to-wait into lp:unity
| Status: | Merged |
|---|---|
| Approved by: | Thomi Richards on 2012-04-19 |
| Approved revision: | 2254 |
| Merged at revision: | 2311 |
| Proposed branch: | lp:~unity-team/unity/hud-tests-to-wait |
| Merge into: | lp:unity |
| Diff against target: |
115 lines (+7/-55) 2 files modified
tests/autopilot/autopilot/tests/test_dash.py (+4/-50) tests/autopilot/autopilot/tests/test_hud.py (+3/-5) |
| To merge this branch: | bzr merge lp:~unity-team/unity/hud-tests-to-wait |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Thomi Richards (community) | 2012-04-18 | Approve on 2012-04-19 | |
|
Review via email:
|
|||
Commit Message
Hud autopilot tests use the new Eventually autopilot matcher to reduce the number of test failures due to timing issues.
Description of the Change
Fixed 2 ap test failing from this branch:
https:/
Made the HUD tests use the wait_for feature. This fixes several tests that failed intermittently due to timing issues (even on my machine). In some places Unity exports properties as arrays. The only way to use wait_for with an array is to use MatchesListwise with a dummy matcher. This is important, since without this hack the tests sometimes fail.
| Unity Merger (unity-merger) wrote : | # |
No commit message specified.
| Unity Merger (unity-merger) wrote : | # |
Attempt to merge into lp:unity failed due to conflicts:
text conflict in tests/autopilot
| Unity Merger (unity-merger) wrote : | # |
There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.
- 2254. By Thomi Richards on 2012-04-19
-
Merged trunk, resolved conflicts.


+1