From 8ff643d5401fb662da13e9a2e331194eceb7f1ac Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 27 Oct 2003 22:32:56 +0000 Subject: [PATCH] Added a test for a website that causes @title to break --- test/test_Http.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test_Http.py b/test/test_Http.py index 6b4571629..034ba38cb 100644 --- a/test/test_Http.py +++ b/test/test_Http.py @@ -54,6 +54,10 @@ class HttpTest(PluginTestCase, PluginDocumentation): 'http://www.space.com/scienceastronomy/' 'jupiter_dark_spot_031023.html', 'Mystery Spot on Jupiter Baffles Astronomers') + # Checks for @title not-working correctly + self.assertResponse('title '\ + 'http://www.catb.org/~esr/jargon/html/F/entry/foo.html', + 'foo') def testGeekquote(self): self.assertNotError('geekquote')