IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2006, 5:03:34 PM (20 years ago)
Author:
jhoblitt
Message:

add DataStore::Record->new()
move DataStore::Record::File out of DataStore::Record and rename it to DataStore::File
move DataStore::Record::FileSet out of DataStore::Record and rename it to DataStore::FileSet
add DataStore::Product
improve DataStore::Record:... constructor uri param validation (trailing slash vs. no trailing slash)

File:
1 edited

Legend:

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

    r6475 r6501  
    33# t/001_load.t - check module loading and create testing directory
    44
    5 use Test::More tests => 2;
     5use lib qw( ./lib ./t );
    66
     7use Test::More tests => 6;
     8
     9BEGIN { use_ok( 'DataStore::File' ); }
    710BEGIN { use_ok( 'DataStore::File::Parser' ); }
     11BEGIN { use_ok( 'DataStore::FileSet' ); }
    812BEGIN { use_ok( 'DataStore::FileSet::Parser' ); }
    9 
     13BEGIN { use_ok( 'DataStore::Product' ); }
     14BEGIN { use_ok( 'DataStore::Record' ); }
Note: See TracChangeset for help on using the changeset viewer.