IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2006, 3:17:34 PM (20 years ago)
Author:
smalle
Message:
  • Added a Root object and associated Product::Parser to query the root of the datastore.
  • The 'is_success' field in a Response now gets its value carried over from the HTTP::Response as intended.
  • The 'data' field in a Response can now be undef to indicate that no records were parsed.
  • Root::request, Product::request, FileSet::request now always return a Response object.
  • FileSets and Files will now have any additional non-standard fields parsed into the @extra array.
  • Updated tests.
File:
1 edited

Legend:

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

    r6612 r7951  
    55use lib qw( ./lib ./t );
    66
    7 use Test::More tests => 9;
     7use Test::More tests => 11;
    88
    99BEGIN { use_ok('DataStore'); }
     
    1313BEGIN { use_ok('DataStore::FileSet::Parser'); }
    1414BEGIN { use_ok('DataStore::Product'); }
     15BEGIN { use_ok('DataStore::Product::Parser'); }
     16BEGIN { use_ok('DataStore::Root'); }
    1517BEGIN { use_ok('DataStore::Record'); }
    1618BEGIN { use_ok('DataStore::Response'); }
Note: See TracChangeset for help on using the changeset viewer.