Merge lp:~osomon/webbrowser-app/rtm-fix-flaky-container-test into lp:webbrowser-app/rtm-14.09

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 792
Merged at revision: 792
Proposed branch: lp:~osomon/webbrowser-app/rtm-fix-flaky-container-test
Merge into: lp:webbrowser-app/rtm-14.09
Diff against target: 19 lines (+2/-2)
1 file modified
tests/autopilot/webapp_container/tests/test_url_patterns.py (+2/-2)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/rtm-fix-flaky-container-test
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Approve
Review via email: mp+254535@code.launchpad.net

Commit message

Fix a flaky autopilot test.

To post a comment you must log in.
Revision history for this message
Alexandre Abreu (abreu-alexandre) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/autopilot/webapp_container/tests/test_url_patterns.py'
--- tests/autopilot/webapp_container/tests/test_url_patterns.py 2015-01-19 10:00:13 +0000
+++ tests/autopilot/webapp_container/tests/test_url_patterns.py 2015-03-30 06:35:58 +0000
@@ -1,5 +1,5 @@
1# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-1# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
2# Copyright 2014 Canonical2# Copyright 2014-2015 Canonical
3#3#
4# This program is free software: you can redistribute it and/or modify it4# This program is free software: you can redistribute it and/or modify it
5# under the terms of the GNU General Public License version 3, as published5# under the terms of the GNU General Public License version 3, as published
@@ -64,7 +64,7 @@
6464
65 self.assertThat(65 self.assertThat(
66 webview.url,66 webview.url,
67 Equals("http://www.test.com/"))67 Eventually(Equals("http://www.test.com/")))
6868
69 self.assertThat(69 self.assertThat(
70 external_open_watcher.was_emitted,70 external_open_watcher.was_emitted,

Subscribers

People subscribed via source and target branches