Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ApprovalPlugin/test/unit/ApprovalPlugin/ApprovalPluginTests.pm

    r31 r464  
    4646    my $text = "an error"; 
    4747    my $html = TWiki::Plugins::ApprovalPlugin::_Return($text); 
    48     $this->assert_html_equals("<span class=\"ApprovalPluginMessage \"> %TWIKIWEB%.ApprovalPlugin - $text</span>", $html, "message"); 
     48    $this->assert_html_equals("<span class=\"ApprovalPluginMessage \"> %SYSTEMWEB%.ApprovalPlugin - $text</span>", $html, "message"); 
    4949} 
    5050 
     
    5454    my $text = "an error"; 
    5555    my $html = TWiki::Plugins::ApprovalPlugin::_Return($text, 1); 
    56     $this->assert_html_equals("<span class=\"ApprovalPluginMessage twikiAlert\"> %TWIKIWEB%.ApprovalPlugin - $text</span>", $html, "message"); 
     56    $this->assert_html_equals("<span class=\"ApprovalPluginMessage twikiAlert\"> %SYSTEMWEB%.ApprovalPlugin - $text</span>", $html, "message"); 
    5757} 
    5858 
Note: See TracChangeset for help on using the changeset viewer.