diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-05 13:15:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-05 13:17:36 -0400 |
commit | f774f209133ddce006c74fe36cc7735963fc2516 (patch) | |
tree | 8467ce943211955402e0f043ceb1e13aac81eb4b /t | |
parent | 336e50f005194a40a9b74d18cb634453eed240c3 (diff) | |
download | ikiwiki-f774f209133ddce006c74fe36cc7735963fc2516.tar ikiwiki-f774f209133ddce006c74fe36cc7735963fc2516.tar.gz |
Fix comments testsuite to not rely on Date::Parse's ability to parse the date Columbus discovered America. Closes: #640350
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.
Diffstat (limited to 't')
-rwxr-xr-x | t/comments.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/comments.t b/t/comments.t index 4721d7a9c..da2148b6b 100755 --- a/t/comments.t +++ b/t/comments.t @@ -21,14 +21,14 @@ writefile("post/comment_3._comment", "t/tmp/in", $comment); $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); |