Joined extraneous lines.

This commit is contained in:
Grant Bowman 2004-08-19 06:34:44 +00:00
parent 3036e5b206
commit f4d6bac09e

View File

@ -61,11 +61,9 @@ if network:
def testConfigBugSnarfer(self):
self.assertNotError('add gcc http://gcc.gnu.org/bugzilla gcc')
conf.supybot.plugins.bugzilla.bugSnarfer.setValue(False)
self.assertNoResponse(
'bug 5')
self.assertNoResponse('bug 5')
conf.supybot.plugins.bugzilla.bugSnarfer.setValue(True)
self.assertNotError(
'bug 5')
self.assertNotError('bug 5')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: