Remove the 'testInternationalization'

This commit is contained in:
Valentin Lorentz 2010-11-01 20:18:44 +01:00
parent 31d9d47751
commit 02cb15d522
1 changed files with 0 additions and 6 deletions

View File

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