Changed the most recent title test to use the proper URL.

This commit is contained in:
Jeremy Fincher 2003-10-28 04:52:27 +00:00
parent e0f617aead
commit 9dc16ee761
1 changed files with 1 additions and 1 deletions

View File

@ -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):