From 05390b6616a2ba33994e695179fd2e75b3ff3921 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 19 Nov 2003 23:36:46 +0000 Subject: [PATCH] Updated the test for the new snarfer default and renamed the general test to 'test'. --- test/test_Bugzilla.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_Bugzilla.py b/test/test_Bugzilla.py index 9189e04c8..359060939 100644 --- a/test/test_Bugzilla.py +++ b/test/test_Bugzilla.py @@ -33,9 +33,8 @@ from test import * class BugzillaTest(PluginTestCase, PluginDocumentation): plugins = ('Bugzilla',) - def testBugzilla(self): + def test(self): self.assertNotError('bug gcc 5') - self.assertNotError('http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5') self.assertNotError('add xiph http://bugs.xiph.org/ Xiph') self.assertNotError('bug xiph 413') self.assertNotError('remove xiph')