Merge lp:~renatofilho/mediaplayer-app/fix-1179972 into lp:mediaplayer-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Omer Akram
Approved revision: 82
Merged at revision: 82
Proposed branch: lp:~renatofilho/mediaplayer-app/fix-1179972
Merge into: lp:mediaplayer-app
Diff against target: 12 lines (+1/-1)
1 file modified
tests/autopilot/mediaplayer_app/tests/test_player_with_video.py (+1/-1)
To merge this branch: bzr merge lp:~renatofilho/mediaplayer-app/fix-1179972
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Omer Akram (community) Approve
Review via email: mp+163786@code.launchpad.net

Commit message

[autopilot] Updated video position check after clicking on scene.

To post a comment you must log in.
Revision history for this message
Omer Akram (om26er) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/autopilot/mediaplayer_app/tests/test_player_with_video.py'
2--- tests/autopilot/mediaplayer_app/tests/test_player_with_video.py 2013-05-01 16:50:43 +0000
3+++ tests/autopilot/mediaplayer_app/tests/test_player_with_video.py 2013-05-14 17:29:50 +0000
4@@ -109,7 +109,7 @@
5 self.pointing_device.move_to_object(scene_2)
6 self.pointing_device.click()
7 self.assertThat(selector.currentIndex, Eventually(Equals(2)))
8- self.assertProperty(time_line, value=1.113)
9+ self.assertProperty(time_line, value=1.107)
10
11 def test_time_display_behavior(self):
12 self.show_controls()

Subscribers

People subscribed via source and target branches