Changed permissions

This commit is contained in:
Jeremy Fincher 2004-01-11 14:35:51 +00:00
parent 4452ca879e
commit 992781c908
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ except ImportError:
if sqlite is not None:
class WordsTestCase(PluginTestCase, PluginDocumentation):
plugins = ('Words',)
# Putting in a comment to make this different.
def testAddWord(self):
words = ('hello', 'world', 'mother', 'python')
for word in words: