From c711dc9d2d9be87d69c706e5611c275133fba56b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 6 Sep 2003 22:00:00 +0000 Subject: [PATCH] Fixed commented-out test. --- test/test_Alias.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_Alias.py b/test/test_Alias.py index 61122821e..238a3381c 100644 --- a/test/test_Alias.py +++ b/test/test_Alias.py @@ -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)