Merge lp:~saviq/unity8/reenable-battery-drag-test into lp:unity8

Proposed by Michał Sawicz
Status: Merged
Approved by: Albert Astals Cid
Approved revision: 170
Merged at revision: 171
Proposed branch: lp:~saviq/unity8/reenable-battery-drag-test
Merge into: lp:unity8
Diff against target: 12 lines (+0/-2)
1 file modified
tests/autopilot/unity8/indicators_client/tests/test_battery.py (+0/-2)
To merge this branch: bzr merge lp:~saviq/unity8/reenable-battery-drag-test
Reviewer Review Type Date Requested Status
Albert Astals Cid (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+178911@code.launchpad.net

Commit message

Re-enable battery slider test.

Description of the change

Please make sure this works on devices before approving.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Albert Astals Cid (aacid) wrote :

Nexus4
tsdgeos_work@xps:~$ phablet-test-run -n unity8
adbd is already running as root
Disabling shell
unity8 stop/waiting
Loading tests from: /usr/lib/python2.7/dist-packages

Tests running...
__pthread_gettid -2

Ran 11 tests in 257.788s
OK
Connection to 127.0.0.1 closed.
Restoring shell

unity8 start/running, process 4027

Revision history for this message
Albert Astals Cid (aacid) wrote :

Nexus 10
$ phablet-test-run -n unity8
adbd is already running as root
Disabling shell
unity8 stop/waiting
phablet@127.0.0.1's password:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

Loading tests from: /usr/lib/python2.7/dist-packages

Tests running...
__pthread_gettid -2

Ran 11 tests in 137.173s
OK
Connection to 127.0.0.1 closed.
Restoring shell
unity8 start/running, process 2863

Revision history for this message
Albert Astals Cid (aacid) wrote :

Looks good

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_client/tests/test_battery.py'
2--- tests/autopilot/unity8/indicators_client/tests/test_battery.py 2013-07-31 08:45:12 +0000
3+++ tests/autopilot/unity8/indicators_client/tests/test_battery.py 2013-08-07 08:49:25 +0000
4@@ -87,8 +87,6 @@
5 def test_brightness_slider(self):
6 """Test the auto-bright switch"""
7
8- if self.input_device_class is Touch:
9- self.skipTest("Dragging is broken with Touch input (LP: #1203808).")
10 fn_brightness_menu = lambda: self.app.select_single("SliderMenuItem", objectName="brightness");
11 # FIXME: this should go away when we switch to indicator-power
12 try:

Subscribers

People subscribed via source and target branches