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

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

Location:
trunk/UnitTestContrib/lib/Foswiki
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/UnitTestContrib/lib/Foswiki/Contrib/UnitTestContrib/build.pl

    r14 r816  
    33    unshift @INC, split( /:/, $ENV{TWIKI_LIBS} ); 
    44} 
    5 use TWiki::Contrib::Build; 
     5use Foswiki::Contrib::Build; 
    66 
    77# Create the build object 
    8 $build = new TWiki::Contrib::Build('UnitTestContrib'); 
     8$build = new Foswiki::Contrib::Build('UnitTestContrib'); 
    99 
    1010# (Optional) Set the details of the repository for uploads. 
Note: See TracChangeset for help on using the changeset viewer.