diff --git a/src/test.py b/src/test.py index e1b629e25..99d3514d8 100644 --- a/src/test.py +++ b/src/test.py @@ -371,12 +371,6 @@ class PluginTestCase(SupyTestCase): attr == callbacks.canonicalName(attr): self.failUnless(getattr(cb, attr, None).__doc__, '%s.%s has no help.' % (name, attr)) - def testInternationalization(self): - name = self.__class__.__module__[0:-len('.test')] - if self.__class__.__module__.startswith('supybot'): - return - self.failIf(hasattr(sys.modules[name], '_') == False, - '%s has no internationalizer.' % name)