Made into a ChannelPluginTestCase.

This commit is contained in:
Jeremy Fincher 2003-11-19 23:49:10 +00:00
parent 00985ab587
commit a1780908bd

View File

@ -41,7 +41,7 @@ except ImportError:
sqlite = None sqlite = None
if sqlite is not None: if sqlite is not None:
class PollTestCase(PluginTestCase, PluginDocumentation): class PollTestCase(ChannelPluginTestCase, PluginDocumentation):
plugins = ('Poll', 'User') plugins = ('Poll', 'User')
def testNew(self): def testNew(self):
#self.assertError('poll new Is this a question?') #self.assertError('poll new Is this a question?')