Google: Remove @translate from tests.

This commit is contained in:
Valentin Lorentz 2012-05-11 18:07:39 +02:00
parent e1a56e5179
commit 5edd174e38
1 changed files with 0 additions and 5 deletions

View File

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