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/06_fileset.t

    r6595 r6612  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: 06_fileset.t,v 1.3 2006-03-15 22:06:58 jhoblitt Exp $
     5# $Id: 06_fileset.t,v 1.4 2006-03-16 23:52:56 jhoblitt Exp $
    66
    77use strict;
     
    3636        fileset     => '12buckelyourshoe',
    3737        datetime    => '2042-01-01T00:00:00Z',
    38         type        => 'foo',
     38        type        => 'object',
    3939    );
    4040
     
    4747        fileset     => '12buckelyourshoe',
    4848        datetime    => '2042-01-01T00:00:00Z',
    49         type        => 'foo',
     49        type        => 'object',
    5050        foo         => 1,
    5151    );
     
    119119        fileset     => '12buckelyourshoe',
    120120        datetime    => '2042-01-01T00:00:00Z',
    121         type        => 'foo',
     121        type        => 'object',
    122122    );
    123123
     
    130130        fileset     => '12buckelyourshoe',
    131131        datetime    => '2042-01-01T00:00:00Z',
    132         type        => 'foo',
     132        type        => 'object',
    133133    );
    134134
     
    157157        fileset     => '12buckelyourshoe',
    158158        datetime    => '2042-01-01T00:00:00Z',
    159         type        => 'foo',
     159        type        => 'object',
    160160    );
    161161
Note: See TracChangeset for help on using the changeset viewer.