Subject: | html.t fails because it no longer matches the title of the page it requests |
The title of the page at http://jerakeen.org is no longer "jerakeen.org", but "jerakeen.org : blog", hence test 1 fails.
Patch:
--- html.t 2005-05-06 04:10:39.000000000 -0400
+++ html-rev.t 2005-07-20 18:16:31.000000000 -0400
@@ -20,7 +20,7 @@
is(
title('http://jerakeen.org'),
- "jerakeen.org",
+ "jerakeen.org : blog",
"got title for jerakeen.org");
is(