- Timestamp:
- 11/30/08 18:41:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ApprovalPlugin/test/unit/ApprovalPlugin/ApprovalPluginTests.pm
r1064 r1090 54 54 my $text = "an error"; 55 55 my $html = TWiki::Plugins::ApprovalPlugin::_Return($text, 1); 56 $this->assert_html_equals("<span class=\"ApprovalPluginMessage twikiAlert\"> %SYSTEMWEB%.ApprovalPlugin - $text</span>", $html, "message");56 $this->assert_html_equals("<span class=\"ApprovalPluginMessage foswikiAlert\"> %SYSTEMWEB%.ApprovalPlugin - $text</span>", $html, "message"); 57 57 } 58 58
Note: See TracChangeset
for help on using the changeset viewer.
