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/WysiwygPlugin/test/unit/WysiwygPlugin/TranslatorTests.pm

    r14 r464  
    580580          exec => $ROUNDTRIP, 
    581581          name => 'SYSTEMWEBvar', 
    582           html => "${protecton}%TWIKIWEB%${protectoff}", 
    583           tml => '%TWIKIWEB%', 
     582          html => "${protecton}%SYSTEMWEB%${protectoff}", 
     583          tml => '%SYSTEMWEB%', 
    584584      }, 
    585585      { 
     
    958958          exec => $ROUNDTRIP, 
    959959          name => 'twikiWebSnarf', 
    960           html => $linkon.'[[%TWIKIWEB%.TopicName][bah]]'.$linkoff, 
    961           tml  => '[[%TWIKIWEB%.TopicName][bah]]', 
     960          html => $linkon.'[[%SYSTEMWEB%.TopicName][bah]]'.$linkoff, 
     961          tml  => '[[%SYSTEMWEB%.TopicName][bah]]', 
    962962      }, 
    963963      { 
Note: See TracChangeset for help on using the changeset viewer.