From eb96578e91689dfcc141237f90bfcf57f08057a6 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 18 Sep 2016 12:19:39 -0700 Subject: [PATCH] Wikifetch: remove another broken test --- Wikifetch/test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Wikifetch/test.py b/Wikifetch/test.py index 6d3f337..5b71667 100644 --- a/Wikifetch/test.py +++ b/Wikifetch/test.py @@ -49,9 +49,6 @@ class WikifetchTestCase(PluginTestCase): 'Possible results include:.*?Windows 3.0.*?,.*?Windows 3.1x') 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"\): ' 'The terms \x02foobar\x02')