IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2006, 3:11:23 PM (20 years ago)
Author:
jhoblitt
Message:

change DataStore::File to use DataStore::Utils
change DataStore::File tests to use a valid type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/t/07_file.t

    r6594 r6615  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: 07_file.t,v 1.2 2006-03-15 22:02:53 jhoblitt Exp $
     5# $Id: 07_file.t,v 1.3 2006-03-17 01:11:23 jhoblitt Exp $
    66
    77use strict;
     
    3838        bytes       => 12345,
    3939        md5sum      => 'fe6a2b6564c0d4cfb3bbf1db813824ba',
    40         type        => 'foo',
     40        type        => 'chip',
    4141    );
    4242
     
    5050        bytes       => 12345,
    5151        md5sum      => 'fe6a2b6564c0d4cfb3bbf1db813824ba',
    52         type        => 'foo',
     52        type        => 'chip',
    5353        foo         => 1,
    5454    );
     
    117117        bytes       => 9,
    118118        md5sum      => 'a0a6e1a375117c58d77221f10c5ce12e',
    119         type        => 'foo',
     119        type        => 'chip',
    120120    );
    121121
     
    131131        bytes       => 9,
    132132        md5sum      => 'a0a6e1a375117c58d77221f10c5ce12e',
    133         type        => 'foo',
     133        type        => 'chip',
    134134    );
    135135
     
    154154        bytes       => 12345,
    155155        md5sum      => 'fe6a2b6564c0d4cfb3bbf1db813824ba',
    156         type        => 'foo',
     156        type        => 'chip',
    157157    );
    158158   
     
    168168        bytes       => 12345,
    169169        md5sum      => 'fe6a2b6564c0d4cfb3bbf1db813824ba',
    170         type        => 'foo',
     170        type        => 'chip',
    171171    );
    172172   
Note: See TracChangeset for help on using the changeset viewer.