Swap network stuff to be inside the class.

This commit is contained in:
Jeremy Fincher 2004-08-31 16:15:52 +00:00
parent 7a3be8a8e5
commit ec3a76c607
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@
from testsupport import *
if network:
class EbayTest(PluginTestCase, PluginDocumentation):
plugins = ('Ebay',)
class EbayTest(ChannelPluginTestCase):
plugins = ('Ebay',)
if network:
def testAuction(self):
self.assertNotError('auction 3053641570')
# test 'Invalid Item' checking