Forgot to move test over to Http with the kernel command.

This commit is contained in:
Jeremy Fincher 2003-08-30 19:16:06 +00:00
parent d0d95cd017
commit cdd180a37c
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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: