Forgot to remove bender test.

This commit is contained in:
Jeremy Fincher 2004-09-13 01:16:51 +00:00
parent 8c68e389ec
commit 446174c51d

View File

@ -112,8 +112,7 @@ class HttpTest(PluginTestCase):
self.assertRegexp('zipinfo 78014', 'County: La Salle')
self.assertRegexp('zipinfo 90001',
r'City: Los Angeles.*County: Los Angeles')
def testBender(self):
self.assertNotError('bender')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: