Merge lp:~charlesk/unity8/lp-1410915-re-enable-rotation-lock-test into lp:unity8

Proposed by Charles Kerr on 2015-03-01
Status: Merged
Approved by: Albert Astals Cid on 2015-03-11
Approved revision: 1642
Merged at revision: 1674
Proposed branch: lp:~charlesk/unity8/lp-1410915-re-enable-rotation-lock-test
Merge into: lp:unity8
Diff against target: 13 lines (+0/-3)
1 file modified
tests/autopilot/unity8/indicators/tests/test_display_indicator.py (+0/-3)
To merge this branch: bzr merge lp:~charlesk/unity8/lp-1410915-re-enable-rotation-lock-test
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing on 2015-03-11
Albert Astals Cid (community) 2015-03-01 Approve on 2015-03-11
Leo Arias (community) 2015-03-03 Approve on 2015-03-05
Review via email: mp+251389@code.launchpad.net

Commit Message

Re-enable a rotation lock test now that the bug that broke that test has been fixed.

Description of the Change

== Change Description

Re-enable a rotation lock test now that the bug that broke that test has been fixed.

== Checklist

> Are there any related MPs required for this MP to build/function as expected? Please list.

https://code.launchpad.net/~charlesk/indicator-display/lp-1410915-fix-action-state-to-gsettings-mapping/+merge/251377

> Did you perform an exploratory manual test run of your code change and any related functionality?

Yes; "autopilot3 run unity8.indicators.tests.test_display_indicator" passed

> Did you make sure that your branch does not contain spurious tags?

No tag changes

> If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?

N/A

> If you changed the UI, has there been a design review?

N/A

To post a comment you must log in.
Charles Kerr (charlesk) wrote :

Jenkins shouldn't be happy with this until the above-mentioned indicator-display fix lands.

Albert Astals Cid (aacid) wrote :
review: Needs Fixing
Leo Arias (elopio) :
review: Approve
1642. By Charles Kerr on 2015-03-11

strip tags with strip-u8-tags.py

Albert Astals Cid (aacid) wrote :

 * Did you perform an exploratory manual test run of the code change and any related functionality?
No, it's test only

 * Did CI run pass?
No, but the changed one works

 * Did you make sure that the branch does not contain spurious tags?
Yes

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/unity8/indicators/tests/test_display_indicator.py'
2--- tests/autopilot/unity8/indicators/tests/test_display_indicator.py 2015-01-21 04:01:57 +0000
3+++ tests/autopilot/unity8/indicators/tests/test_display_indicator.py 2015-03-11 14:10:29 +0000
4@@ -26,9 +26,6 @@
5 class DisplayIndicatorTestCase(tests.IndicatorTestCase):
6
7 def test_indicator_icon_must_be_visible_after_rotation_locked(self):
8- # TODO remove the skip when the bug is fixed. --elopio - 2015-01-20
9- self.skipTest(
10- 'This test fails because of bug http://pad.lv/1410915')
11 rotation_unlocked = fixture_setup.DisplayRotationLock(False)
12 self.useFixture(rotation_unlocked)
13 display_indicator = indicators.DisplayIndicator(self.main_window)

Subscribers

People subscribed via source and target branches