mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Language.
This commit is contained in:
parent
20ef13ef9f
commit
e5d8315e64
@ -327,7 +327,7 @@ class FactoidsTestCase(ChannelPluginTestCase):
|
||||
self.failIf(m)
|
||||
|
||||
def testAddFactoidNotCalledWithBadNestingSyntax(self):
|
||||
self.assertError('re s/Error:.*/jbm is a tard/ ]')
|
||||
self.assertError('re s/Error:.*/foo/ ]')
|
||||
self.assertNoResponse(' ', 3)
|
||||
|
||||
def testConfigShowFactoidIfOnlyOneMatch(self):
|
||||
|
@ -143,7 +143,7 @@ def upkeep():
|
||||
msvcrt.heapmin()
|
||||
except ImportError:
|
||||
pass
|
||||
except IOError: # Win98 sux0rs!
|
||||
except IOError: # Win98
|
||||
pass
|
||||
if conf.daemonized:
|
||||
# If we're daemonized, sys.stdout has been replaced with a StringIO
|
||||
|
Loading…
Reference in New Issue
Block a user