IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2006, 2:52:14 PM (20 years ago)
Author:
jhoblitt
Message:

rename DataStore::Parser -> DataStore::FileSet::Parser

File:
1 edited

Legend:

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

    r6471 r6473  
    33# t/001_load.t - check module loading and create testing directory
    44
    5 use Test::More tests => 2;
     5use Test::More tests => 1;
    66
    7 BEGIN { use_ok( 'DataStore::Parser' ); }
     7BEGIN { use_ok( 'DataStore::FileSet::Parser' ); }
    88
    9 my $object = DataStore::Parser->new ();
    10 isa_ok ($object, 'DataStore::Parser');
    11 
    12 
Note: See TracChangeset for help on using the changeset viewer.