mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Tested to make sure capitalization didn't matter.
This commit is contained in:
parent
ebabf6112f
commit
c6f1d74d34
@ -39,6 +39,9 @@ class OSUTestCase(PluginTestCase):
|
|||||||
|
|
||||||
def testOsubuilding(self):
|
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')
|
||||||
|
self.assertRegexp('osubuilding dl', '^Dreese Lab')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user