Fixed new assert in testTitle.

This commit is contained in:
Jeremy Fincher 2003-09-10 05:58:38 +00:00
parent ecc820a49c
commit 73986cb03c
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ class HttpTest(PluginTestCase, PluginDocumentation):
'Slashdot: News for nerds, stuff that matters')
self.assertResponse('title http://www.slashdot.org/',
'Slashdot: News for nerds, stuff that matters')
self.assertNotRegexp('http://www.amazon.com/exec/obidos/tg/detail/-/'
self.assertNotRegexp('title '
'http://www.amazon.com/exec/obidos/tg/detail/-/'
'1884822312/qid=1063140754/sr=8-1/ref=sr_8_1/'
'002-9802970-2308826?v=glance&s=books&n=507846',
'no HTML title')