- Timestamp:
- 01/16/09 10:56:35 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CommentPlugin/test/unit/CommentPlugin/CommentPluginTests.pm
r1984 r1998 467 467 # make sure it hasn't changed 468 468 $text =~ s/^%META.*?\n//gm; 469 my $date = Foswiki::Time::formatTime(time(), '$day $mon $year'); 469 470 $this->assert_str_equals(<<HERE, 470 471 before … … 473 474 This is the comment 474 475 475 -- TemporaryCommentPluginTestsUsersWeb.WikiGuest - 15 Jan 2009476 -- TemporaryCommentPluginTestsUsersWeb.WikiGuest - $date 476 477 %COMMENT{type="above" cols="100" target="%INCLUDINGTOPIC%#LatestComment"}% 477 478 after … … 523 524 # make sure it hasn't changed 524 525 $text =~ s/^%META.*?\n//gm; 526 my $date = Foswiki::Time::formatTime(time(), '$day $mon $year'); 525 527 $this->assert_str_equals(<<HERE, 526 528 before 527 529 %COMMENT{type="below" target="%INCLUDINGTOPIC%#LatestComment"}% 528 * This is the comment -- TemporaryCommentPluginTestsUsersWeb.WikiGuest - 15 Jan 2009530 * This is the comment -- TemporaryCommentPluginTestsUsersWeb.WikiGuest - $date 529 531 after 530 532 HERE
Note: See TracChangeset
for help on using the changeset viewer.
