From 5edd174e38f0b3698a992406ce4c685d9329ccfd Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 11 May 2012 18:07:39 +0200 Subject: [PATCH] Google: Remove @translate from tests. --- plugins/Google/test.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/Google/test.py b/plugins/Google/test.py index c4c1233cb..6357b0f9a 100644 --- a/plugins/Google/test.py +++ b/plugins/Google/test.py @@ -58,11 +58,6 @@ class GoogleTestCase(ChannelPluginTestCase): self.assertRegexp('fight supybot moobot', r'.*supybot.*: \d+') self.assertNotError('fight ... !') - def testTranslate(self): - self.assertRegexp('translate en es hello world', 'mundo') - self.assertRegexp('translate auto en ciao', 'Italian.*hello') - self.assertError('translate en to auto stuff') - def testCalcDoesNotHaveExtraSpaces(self): self.assertNotRegexp('google calc 1000^2', r'\s+,\s+')