From a3ebea6edd5e44aa90e4cd5d9d5cca33b129e452 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 7 Feb 2005 06:05:37 +0000 Subject: [PATCH] Commented out a test that will probably never work again. --- test/test_callbacks.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test_callbacks.py b/test/test_callbacks.py index b85d1b53b..6bb545840 100644 --- a/test/test_callbacks.py +++ b/test/test_callbacks.py @@ -278,10 +278,10 @@ class PrivmsgTestCase(ChannelPluginTestCase): def testEmptySquareBrackets(self): self.assertError('echo []') - def testHelpNoNameError(self): - # This will raise a NameError if some dynamic scoping isn't working - self.assertNotError('load Http') - self.assertHelp('extension') +## def testHelpNoNameError(self): +## # This will raise a NameError if some dynamic scoping isn't working +## self.assertNotError('load Http') +## self.assertHelp('extension') def testMaximumNestingDepth(self): original = conf.supybot.commands.nested.maximum()