Oh yeah, the tests

pull/1/head
eric 2011-11-20 09:25:18 -05:00
parent 497d883a43
commit cd8dc2d825
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class TestBookLoader(TestCase):
class SearchTests(TestCase):
def test_basic_search(self):
results = search.gluejar_search('melville')
results = search.gluejar_search('melville', '69.243.24.29')
self.assertEqual(len(results), 10)
r = results[0]