Merge lp:~sil2100/unity/autopilot_enable_fuzzy_u_l_a into lp:unity

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Francis Ginther
Approved revision: no longer in the source branch.
Merged at revision: 3183
Proposed branch: lp:~sil2100/unity/autopilot_enable_fuzzy_u_l_a
Merge into: lp:unity
Diff against target: 12 lines (+0/-2)
1 file modified
tests/autopilot/unity/tests/test_search.py (+0/-2)
To merge this branch: bzr merge lp:~sil2100/unity/autopilot_enable_fuzzy_u_l_a
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Francis Ginther Approve
Review via email: mp+151533@code.launchpad.net

Commit message

Enable the fuzzy search autopilot tests for u-l-a, now that libcolumbus is on

Description of the change

- Problem:

We disabled the test_search fuzzy search test-cases for u-l-a until libcolumbus is not enabled.

- Fix:

Enable the tests back, as libcolumbus is on.

- Tests:

N/A

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

Looks right. Approve.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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/unity/tests/test_search.py'
2--- tests/autopilot/unity/tests/test_search.py 2013-02-14 08:37:42 +0000
3+++ tests/autopilot/unity/tests/test_search.py 2013-03-04 15:32:21 +0000
4@@ -113,8 +113,6 @@
5
6 def setUp(self):
7 super(ApplicationLensFuzzySearchTests, self).setUp()
8- # XXX: These should be enabled once libcolumbus is used on
9- self.skipTest("Application lens fuzzy search tests disabled until libcolumbus gets released.")
10
11 def test_application_lens_fuzzy_search(self):
12 self.do_search_test()