Changed the name of the class to match the name of the plugin class

This commit is contained in:
James Vega 2003-10-21 17:36:07 +00:00
parent 912fb78afb
commit 8521e23bd4

View File

@ -33,7 +33,7 @@ import re
from test import *
class SfTest(PluginTestCase, PluginDocumentation):
class SourceforgeTest(PluginTestCase, PluginDocumentation):
plugins = ('Sourceforge',)
def testBugs(self):
self.assertNotError('bugs')