Added a test to test_Http.py in the weather section that I forgot

to add with my previous commit.
This commit is contained in:
Brett Phipps 2003-11-24 21:55:38 +00:00
parent aa19f78b40
commit 79e28d4ba2
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class HttpTest(PluginTestCase, PluginDocumentation):
self.assertNotError('weather London, UK')
self.assertNotError('weather Munich, de')
self.assertNotError('weather Tucson, AZ')
self.assertError('weather hell')
def testKernel(self):
self.assertNotError('kernel')