Removed a useless line and added a test that depends on that removed line.

This commit is contained in:
Jeremy Fincher 2004-10-26 21:13:13 +00:00
parent 0525325289
commit 0a71b92584
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,6 @@ supybot.log.format: %(levelname)s %(message)s
supybot.log.plugins.individualLogfiles: False
supybot.protocols.irc.throttleTime: 0
supybot.reply.whenAddressedBy.chars: @
supybot.protocols.irc.throttleTime: -1
supybot.networks.test.server: should.not.need.this
supybot.nick: test
""")

View File

@ -36,6 +36,7 @@ class ConfigTestCase(ChannelPluginTestCase):
plugins = ('Config', 'Ebay')
def testGet(self):
self.assertNotRegexp('config get supybot.reply', r'registry\.Group')
self.assertResponse('config supybot.protocols.irc.throttleTime', '0.0')
def testList(self):
self.assertError('config list asldfkj')