Updated the test for the new snarfer default and renamed the general test to 'test'.

This commit is contained in:
Jeremy Fincher 2003-11-19 23:36:46 +00:00
parent fb4a4ffca7
commit 05390b6616
1 changed files with 1 additions and 2 deletions

View File

@ -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')