From 73986cb03c6d5850b259b568b67178a07f8970b3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 10 Sep 2003 05:58:38 +0000 Subject: [PATCH] Fixed new assert in testTitle. --- test/test_Http.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_Http.py b/test/test_Http.py index 868f209cc..3aa5beb7b 100644 --- a/test/test_Http.py +++ b/test/test_Http.py @@ -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')