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_VAR.pm

    r14 r816  
    55package Fn_VAR; 
    66 
    7 use base qw( TWikiFnTestCase ); 
     7use base qw( FoswikiFnTestCase ); 
    88 
    9 use TWiki; 
     9use Foswiki; 
    1010use Error qw( :try ); 
    1111 
     
    3232 
    3333    $this->{twiki}->finish(); 
    34     $this->{twiki} = new TWiki(); 
     34    $this->{twiki} = new Foswiki(); 
    3535 
    3636    $result = $this->{twiki}->handleCommonTags("%VAR{\"VAR\"}%", $this->{test_web}, $this->{test_topic}); 
Note: See TracChangeset for help on using the changeset viewer.