This is such a pity. smcv had these great dates, but squeeze's Date::Parse
cannot parse them.
Oh well, at least it makes for a great bug closure title.
* search: Fix encoding bug in calculation of maximum term size.
* inline: When indexing internal pages for searching, use the url of
the inlining page.
+ * Fix comments testsuite to not rely on Date::Parse's ability to
+ parse the date Columbus discovered America. Closes: #640350
-- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2011 11:22:52 -0400
$comment = <<EOF;
[[!comment username="christopher"
- date="1492-10-12T07:00:00Z"
+ date="1969-02-12T07:00:00Z"
content="I explored"]]
EOF
writefile("post/comment_2._comment", "t/tmp/in", $comment);
$comment = <<EOF;
[[!comment username="william"
- date="1066-10-14T12:00:00Z"
+ date="1969-01-14T12:00:00Z"
content="I conquered"]]
EOF
writefile("post/comment_1._comment", "t/tmp/in", $comment);