Made into a ChannelPluginTestCase.

This commit is contained in:
Jeremy Fincher 2003-11-19 23:49:10 +00:00
parent 00985ab587
commit a1780908bd
1 changed files with 1 additions and 1 deletions

View File

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