Fixed commented-out test.

This commit is contained in:
Jeremy Fincher 2003-09-06 22:00:00 +00:00
parent 8a70f15e89
commit c711dc9d2d
1 changed files with 4 additions and 4 deletions

View File

@ -95,10 +95,10 @@ class AliasTestCase(PluginTestCase, PluginDocumentation):
def testNonCanonicalName(self):
self.assertError('alias FOO foo')
## def testNotCannotNestRaised(self):
## self.assertNotError('alias punish "lart $channel $1"')
## self.assertNotError('punish #foo bugs')
## self.assertNoResponse('blah blah blah', 2)
def testNotCannotNestRaised(self):
self.assertNotError('alias mytell "tell $channel $1"')
self.assertNotError('mytell #foo bugs')
self.assertNoResponse('blah blah blah', 2)