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 *
if network:
class HttpTest(PluginTestCase):
plugins = ('Http',)
class HttpTest(PluginTestCase):
plugins = ('Http',)
if network:
def testExtension(self):
self.assertHelp('extension')
self.assertRegexp('extension doc', r'Microsoft\'s Word Document')