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