From cdd180a37cc5df4e5498fa2103ef7393f2942281 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 30 Aug 2003 19:16:06 +0000 Subject: [PATCH] Forgot to move test over to Http with the kernel command. --- test/test_FunCommands.py | 2 -- test/test_Http.py | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test_FunCommands.py b/test/test_FunCommands.py index 4c7bde80b..cc250fade 100644 --- a/test/test_FunCommands.py +++ b/test/test_FunCommands.py @@ -95,8 +95,6 @@ class FunCommandsTest(PluginTestCase): def testDns(self): self.assertNotError('dns slashdot.org') - def testKernel(self): - self.assertNotError('kernel') # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: diff --git a/test/test_Http.py b/test/test_Http.py index efb2f5019..f22424fbb 100644 --- a/test/test_Http.py +++ b/test/test_Http.py @@ -80,5 +80,8 @@ class HttpTest(PluginTestCase): self.assertNotRegexp('weather Paris, FR', 'Virginia') self.assertError('weather alsdkfjasdl, asdlfkjsadlfkj') + def testKernel(self): + self.assertNotError('kernel') + # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: