From 9dc16ee76148978db8a876b95cd01a8612e33af5 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 28 Oct 2003 04:52:27 +0000 Subject: [PATCH] Changed the most recent title test to use the proper URL. --- test/test_Http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_Http.py b/test/test_Http.py index 034ba38cb..eead9d552 100644 --- a/test/test_Http.py +++ b/test/test_Http.py @@ -56,7 +56,7 @@ class HttpTest(PluginTestCase, PluginDocumentation): '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', + 'http://www.catb.org/~esr/jargon/html/F/foo.html', 'foo') def testGeekquote(self):