Ignore:
Timestamp:
11/19/08 08:55:36 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% updated and some Foswiki links I could not
help creating

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/twikiplugins/UnitTestContrib/test/unit/FormattingTests.pm

    r21 r799  
    295295    my $this     = shift; 
    296296    my $expected = <<EXPECTED; 
    297 <a class="twikiLink" href="$this->{sup}/TWiki/WebRssBase">TWiki.WebRss <nop>Base</a> 
    298 EXPECTED 
    299  
    300     my $actual = <<ACTUAL; 
    301 [[TWiki.WebRss Base]] 
     297<a class="twikiLink" href="$this->{sup}/System/WebRssBase">System.WebRss <nop>Base</a> 
     298EXPECTED 
     299 
     300    my $actual = <<ACTUAL; 
     301[[System.WebRss Base]] 
    302302ACTUAL 
    303303    $this->do_test( $expected, $actual ); 
Note: See TracChangeset for help on using the changeset viewer.