Tested to make sure capitalization didn't matter.

This commit is contained in:
Jeremy Fincher 2003-08-25 06:29:44 +00:00
parent ebabf6112f
commit c6f1d74d34
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ class OSUTestCase(PluginTestCase):
def testOsubuilding(self):
self.assertRegexp('osubuilding DL', '^Dreese Lab')
self.assertRegexp('osubuilding Dl', '^Dreese Lab')
self.assertRegexp('osubuilding dL', '^Dreese Lab')
self.assertRegexp('osubuilding dl', '^Dreese Lab')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: