IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2006, 1:52:56 PM (20 years ago)
Author:
jhoblitt
Message:

add DataStore::Utils
change DataStore::Product & DataStore::FileSet to use DataStore::Utils
change DataStore::FileSet to validate all ->new() params
change DataStore::FileSet tests to use a valid type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/t/01_load.t

    r6599 r6612  
    55use lib qw( ./lib ./t );
    66
    7 use Test::More tests => 8;
     7use Test::More tests => 9;
    88
    99BEGIN { use_ok('DataStore'); }
     
    1515BEGIN { use_ok('DataStore::Record'); }
    1616BEGIN { use_ok('DataStore::Response'); }
     17BEGIN { use_ok('DataStore::Utils'); }
Note: See TracChangeset for help on using the changeset viewer.