From c362784a2ea47fb493801919650f7e643d7beb38 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 3 Nov 2003 23:15:47 +0000 Subject: [PATCH] Added a comment regarding a current bug in @bugs and @rfes --- test/test_Sourceforge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_Sourceforge.py b/test/test_Sourceforge.py index 9545759a5..ad20fed7d 100644 --- a/test/test_Sourceforge.py +++ b/test/test_Sourceforge.py @@ -59,6 +59,7 @@ class SourceforgeTest(ChannelPluginTestCase, PluginDocumentation): self.assertNotError('bugs') m = self.getMsg('bugs') n = re.search('#(\d+)', m.args[1]).group(1) + # This should have the same effect as calling 'bugs supybot %s' self.assertNotError('bugs %s' % n) def testSnarfer(self):