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: