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
1=== modified file 'autopilot/tests/functional/test_ap_apps.py'
2--- autopilot/tests/functional/test_ap_apps.py 2014-02-12 22:24:45 +0000
3+++ autopilot/tests/functional/test_ap_apps.py 2014-02-17 19:31:22 +0000
4@@ -29,6 +29,7 @@
5 from tempfile import mktemp
6 from testtools import skipIf
7 from testtools.matchers import (
8+ Equals,
9 LessThan,
10 Not,
11 Raises,

Subscribers

People subscribed via source and target branches