Merge branch 'i18n' into l10n-fr

This commit is contained in:
Valentin Lorentz 2010-11-01 20:15:16 +01:00
commit 589753fe9d

View File

@ -360,7 +360,6 @@ class PluginTestCase(SupyTestCase):
return return
for cb in self.irc.callbacks: for cb in self.irc.callbacks:
name = cb.name() name = cb.name()
print " --- " + name
if ((name in self._noTestDoc) and \ if ((name in self._noTestDoc) and \
not name.lower() in self.__class__.__name__.lower()): not name.lower() in self.__class__.__name__.lower()):
continue continue