Ignore:
Timestamp:
11/08/08 13:16:17 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB in release branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/twikiplugins/EditTablePlugin/test/unit/EditTablePlugin/EditTablePluginTests.pm

    r397 r463  
    544544        <tbody> 
    545545                <tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0"> 
    546                         <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <img src="%PUBURLPATH%/%TWIKIWEB%/TWikiDocGraphics/choice-yes.gif" alt="DONE" title="DONE" width="16" height="16" border="0" /> </td> 
     546                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"> <img src="%PUBURLPATH%/%SYSTEMWEB%/TWikiDocGraphics/choice-yes.gif" alt="DONE" title="DONE" width="16" height="16" border="0" /> </td> 
    547547                        <td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast"> <a href="$viewUrl" class="twikiCurrentTopicLink twikiLink">$topicName</a> </td> 
    548548                </tr> 
     
    555555 
    556556    $expected =~ s/%PUBURLPATH%/$TWiki::cfg{PubUrlPath}/e; 
    557     $expected =~ s/%TWIKIWEB%/TWiki/g; 
     557    $expected =~ s/%SYSTEMWEB%/TWiki/g; 
    558558 
    559559    $this->do_testHtmlOutput( $expected, $result, 1 ); 
Note: See TracChangeset for help on using the changeset viewer.