From 8521e23bd40fc764ae57436a682b8c8aedcba885 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 21 Oct 2003 17:36:07 +0000 Subject: [PATCH] Changed the name of the class to match the name of the plugin class --- test/test_Sourceforge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Sourceforge.py b/test/test_Sourceforge.py index e80eb590e..ab8048ac5 100644 --- a/test/test_Sourceforge.py +++ b/test/test_Sourceforge.py @@ -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')