Moved network test.

This commit is contained in:
Jeremy Fincher 2004-08-31 19:07:06 +00:00
parent 1e4fad0c48
commit 962843f658
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@
from testsupport import * from testsupport import *
if network: class HttpTest(PluginTestCase):
class HttpTest(PluginTestCase): plugins = ('Http',)
plugins = ('Http',) if network:
def testExtension(self): def testExtension(self):
self.assertHelp('extension') self.assertHelp('extension')
self.assertRegexp('extension doc', r'Microsoft\'s Word Document') self.assertRegexp('extension doc', r'Microsoft\'s Word Document')