Ignore:
Timestamp:
11/19/08 19:11:33 (4 years ago)
Author:
CrawfordCurrie
Message:

Item175: ported unit tests to new namespace. They all pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UnitTestContrib/test/unit/Fn_INCLUDE.pm

    r766 r816  
    55package Fn_INCLUDE; 
    66 
    7 use base qw( TWikiFnTestCase ); 
     7use base qw( FoswikiFnTestCase ); 
    88 
    9 use TWiki; 
     9use Foswiki; 
    1010use Error qw( :try ); 
    1111 
     
    55557 ($includedTopic) 
    56568 #$includedTopic 
    57 9 [[system.$includedTopic]] 
     579 [[System.$includedTopic]] 
    585810 [[$includedTopic]] 
    595911 [[http://fleegle][$includedTopic]] 
     
    81817 ($this->{other_web}.$includedTopic) 
    82828 #$includedTopic 
    83 9 [[system.$includedTopic]] 
     839 [[System.$includedTopic]] 
    848410 [[$this->{other_web}.$includedTopic][$includedTopic]] 
    858511 [[http://fleegle][$includedTopic]] 
Note: See TracChangeset for help on using the changeset viewer.