Merge lp:~veebers/autopilot/fix_qttest_import_1281253 into lp:autopilot

Proposed by Christopher Lee
Status: Merged
Approved by: Thomi Richards
Approved revision: 438
Merged at revision: 438
Proposed branch: lp:~veebers/autopilot/fix_qttest_import_1281253
Merge into: lp:autopilot
Diff against target: 11 lines (+1/-0)
1 file modified
autopilot/tests/functional/test_ap_apps.py (+1/-0)
To merge this branch: bzr merge lp:~veebers/autopilot/fix_qttest_import_1281253
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
Thomi Richards (community) Approve
Review via email: mp+206798@code.launchpad.net

Commit message

Fix import error in functional test test_bamf_geometry_gives_reliable_results.

Description of the change

Fix import error in functional test test_bamf_geometry_gives_reliable_results.

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) :
review: Approve
Revision history for this message
Max Brustkern (nuclearbob) wrote :

This looks reasonable to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'autopilot/tests/functional/test_ap_apps.py'
--- autopilot/tests/functional/test_ap_apps.py 2014-02-12 22:24:45 +0000
+++ autopilot/tests/functional/test_ap_apps.py 2014-02-17 19:31:22 +0000
@@ -29,6 +29,7 @@
29from tempfile import mktemp29from tempfile import mktemp
30from testtools import skipIf30from testtools import skipIf
31from testtools.matchers import (31from testtools.matchers import (
32 Equals,
32 LessThan,33 LessThan,
33 Not,34 Not,
34 Raises,35 Raises,

Subscribers

People subscribed via source and target branches