From ec3a76c607230ae3782d62521f87c00abe101969 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 31 Aug 2004 16:15:52 +0000 Subject: [PATCH] Swap network stuff to be inside the class. --- test/test_Ebay.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_Ebay.py b/test/test_Ebay.py index 92b283c93..c81e9d29d 100644 --- a/test/test_Ebay.py +++ b/test/test_Ebay.py @@ -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