Commented out a test that will probably never work again.

This commit is contained in:
Jeremy Fincher 2005-02-07 06:05:37 +00:00
parent fd365e9994
commit a3ebea6edd
1 changed files with 4 additions and 4 deletions

View File

@ -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()