This commit is contained in:
Jeremy Fincher 2004-08-01 18:10:03 +00:00
parent 74e3cce0a2
commit 220d4b0889
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if sqlite is not None:
self.assertNotError('who is <reply>$who')
self.assertResponse('who', 'foo')
# Check that actions ("\x01ACTION...") don't match
self.assertNoResponse('\x01ACTION\x01 is doing something', 3)
self.assertNoResponse('\x01ACTION is doing something\x01', 3)
def testLiteral(self):
self.assertError('literal moo') # no factoids yet