Changeset 6612 for trunk/DataStore/t/06_fileset.t
- Timestamp:
- Mar 16, 2006, 1:52:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/t/06_fileset.t (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/t/06_fileset.t
r6595 r6612 3 3 # Copyright (C) 2006 Joshua Hoblitt 4 4 # 5 # $Id: 06_fileset.t,v 1. 3 2006-03-15 22:06:58jhoblitt Exp $5 # $Id: 06_fileset.t,v 1.4 2006-03-16 23:52:56 jhoblitt Exp $ 6 6 7 7 use strict; … … 36 36 fileset => '12buckelyourshoe', 37 37 datetime => '2042-01-01T00:00:00Z', 38 type => ' foo',38 type => 'object', 39 39 ); 40 40 … … 47 47 fileset => '12buckelyourshoe', 48 48 datetime => '2042-01-01T00:00:00Z', 49 type => ' foo',49 type => 'object', 50 50 foo => 1, 51 51 ); … … 119 119 fileset => '12buckelyourshoe', 120 120 datetime => '2042-01-01T00:00:00Z', 121 type => ' foo',121 type => 'object', 122 122 ); 123 123 … … 130 130 fileset => '12buckelyourshoe', 131 131 datetime => '2042-01-01T00:00:00Z', 132 type => ' foo',132 type => 'object', 133 133 ); 134 134 … … 157 157 fileset => '12buckelyourshoe', 158 158 datetime => '2042-01-01T00:00:00Z', 159 type => ' foo',159 type => 'object', 160 160 ); 161 161
Note:
See TracChangeset
for help on using the changeset viewer.
