Wikifetch: remove another broken test

This commit is contained in:
James Lu 2016-09-18 12:19:39 -07:00
parent 9db9f000ed
commit eb96578e91

View File

@ -49,9 +49,6 @@ class WikifetchTestCase(PluginTestCase):
'Possible results include:.*?Windows 3.0.*?,.*?Windows 3.1x') 'Possible results include:.*?Windows 3.0.*?,.*?Windows 3.1x')
def testWikiRedirects(self): def testWikiRedirects(self):
# Via Search find-first-result snarfer
self.assertRegexp('wiki synnero',
'A \x02synchro\x02 is')
self.assertRegexp('wiki Foo', '"Foobar" \(Redirected from "Foo"\): ' self.assertRegexp('wiki Foo', '"Foobar" \(Redirected from "Foo"\): '
'The terms \x02foobar\x02') 'The terms \x02foobar\x02')