From daca76bfc890aada6e3d680071a07e5abff69ea2 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 9 Sep 2004 15:35:05 +0000 Subject: [PATCH] Elucidating comment. --- test/test_callbacks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_callbacks.py b/test/test_callbacks.py index b45e23740..07f3cc970 100644 --- a/test/test_callbacks.py +++ b/test/test_callbacks.py @@ -143,6 +143,8 @@ class FunctionsTestCase(SupyTestCase): self.assertEqual('foobar', callbacks.canonicalName('FOOBAR')) self.assertEqual('foobar', callbacks.canonicalName('foo___bar')) self.assertEqual('foobar', callbacks.canonicalName('_f_o_o-b_a_r')) + # The following seems to be a hack for the Karma plugin; I'm not + # entirely sure that it's completely necessary anymore. self.assertEqual('foobar--', callbacks.canonicalName('foobar--')) def testAddressed(self):