From 79e28d4ba2376ed334bd1ffcf9c6bd66f0ae5c5b Mon Sep 17 00:00:00 2001 From: Brett Phipps Date: Mon, 24 Nov 2003 21:55:38 +0000 Subject: [PATCH] Added a test to test_Http.py in the weather section that I forgot to add with my previous commit. --- test/test_Http.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_Http.py b/test/test_Http.py index d87a4ccb8..6b5153af7 100644 --- a/test/test_Http.py +++ b/test/test_Http.py @@ -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')