Added a test for a website that causes @title to break

This commit is contained in:
James Vega 2003-10-27 22:32:56 +00:00
parent fbb37025dc
commit 8ff643d540
1 changed files with 4 additions and 0 deletions

View File

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