mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Joined extraneous lines.
This commit is contained in:
parent
3036e5b206
commit
f4d6bac09e
@ -61,11 +61,9 @@ if network:
|
|||||||
def testConfigBugSnarfer(self):
|
def testConfigBugSnarfer(self):
|
||||||
self.assertNotError('add gcc http://gcc.gnu.org/bugzilla gcc')
|
self.assertNotError('add gcc http://gcc.gnu.org/bugzilla gcc')
|
||||||
conf.supybot.plugins.bugzilla.bugSnarfer.setValue(False)
|
conf.supybot.plugins.bugzilla.bugSnarfer.setValue(False)
|
||||||
self.assertNoResponse(
|
self.assertNoResponse('bug 5')
|
||||||
'bug 5')
|
|
||||||
conf.supybot.plugins.bugzilla.bugSnarfer.setValue(True)
|
conf.supybot.plugins.bugzilla.bugSnarfer.setValue(True)
|
||||||
self.assertNotError(
|
self.assertNotError('bug 5')
|
||||||
'bug 5')
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user