Test for fix for bug #1092462

This commit is contained in:
Kevin Murphy 2004-12-29 06:42:01 +00:00
parent bbedf5c2d4
commit 41103b1fa7
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class WordsTestCase(ChannelPluginTestCase, PluginDocumentation):
PluginTestCase.setUp(self)
# Add some words to for us to use
fd = file('%s/words' % conf.supybot.directories.data(), 'w')
fd.writelines(['hello'])
fd.writelines(['hello again'])
fd.close()
# Putting in a comment to make this different.
@ -51,7 +51,7 @@ class WordsTestCase(ChannelPluginTestCase, PluginDocumentation):
self.assertError('guess j')
self.assertError('letters')
self.assertNotError('hangman')
self.assertNotError('guess hello')
self.assertNotError('guess hello again')
self.assertNotError('hangman')
self.assertNotError('guess j')
self.assertNotError('g')