Merge lp:~submarine/unity-scope-guayadeque/MIR-fix into lp:unity-scope-guayadeque

Proposed by David Callé
Status: Merged
Approved by: James Henstridge
Approved revision: 25
Merged at revision: 25
Proposed branch: lp:~submarine/unity-scope-guayadeque/MIR-fix
Merge into: lp:unity-scope-guayadeque
Diff against target: 21 lines (+2/-2)
1 file modified
tests/test_guayadeque.py (+2/-2)
To merge this branch: bzr merge lp:~submarine/unity-scope-guayadeque/MIR-fix
Reviewer Review Type Date Requested Status
James Henstridge Approve
PS Jenkins bot (community) continuous-integration Approve
Guillermo Gonzalez Approve
Review via email: mp+166388@code.launchpad.net

Commit message

Fix typos in tests

Description of the change

Fix typos in tests

To post a comment you must log in.
Revision history for this message
Guillermo Gonzalez (verterok) wrote :

+1

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

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/test_guayadeque.py'
--- tests/test_guayadeque.py 2013-02-18 18:01:24 +0000
+++ tests/test_guayadeque.py 2013-05-29 20:56:25 +0000
@@ -30,7 +30,7 @@
30 return result_set30 return result_set
3131
3232
33class TestAskUbuntu(ScopeTestCase):33class TestGuayadeque(ScopeTestCase):
34 def setUp(self):34 def setUp(self):
35 self.init_scope('src/unity_guayadeque_daemon.py')35 self.init_scope('src/unity_guayadeque_daemon.py')
3636
@@ -55,7 +55,7 @@
5555
5656
57 def test_guayadeque_failing_search(self): 57 def test_guayadeque_failing_search(self):
58 self.scope_module.GUAYADEQUE_DBFILE = 'tests/data/mock_clementine_fail'58 self.scope_module.GUAYADEQUE_DBFILE = 'tests/data/mock_guayadeque_fail'
59 for s in ['upnriitnyt']:59 for s in ['upnriitnyt']:
60 result_set = self.perform_query(s)60 result_set = self.perform_query(s)
61 self.assertEqual(len(result_set.results), 0)61 self.assertEqual(len(result_set.results), 0)

Subscribers

People subscribed via source and target branches

to all changes: