From 0a4c66071b2acccfc19cba81cd3bb5b5952f9893 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 9 Dec 2008 06:28:48 +0000 Subject: [PATCH] Adjust testTitle to take into account /.'s slight change --- plugins/Web/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Web/test.py b/plugins/Web/test.py index 0a578ddb0..9e6ff4f8a 100644 --- a/plugins/Web/test.py +++ b/plugins/Web/test.py @@ -50,7 +50,7 @@ class WebTestCase(ChannelPluginTestCase): def testTitle(self): self.assertResponse('title http://www.slashdot.org/', - 'Slashdot: News for nerds, stuff that matters') + 'Slashdot - News for nerds, stuff that matters') # Amazon add a bunch of scripting stuff to the top of their page, # so we need to allow for a larger peekSize # Actually, screw Amazon. Even bumping this up to 10k doesn't give us enough