diff options
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); |