Changeset 15021 for trunk/DataStore/t/02_fileset_parse.t
- Timestamp:
- Sep 25, 2007, 1:50:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/t/02_fileset_parse.t (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/t/02_fileset_parse.t
r15020 r15021 3 3 # Copyright (C) 2006 Joshua Hoblitt 4 4 # 5 # $Id: 02_fileset_parse.t,v 1. 9 2007-09-25 23:37:44 jhoblitt Exp $5 # $Id: 02_fileset_parse.t,v 1.10 2007-09-25 23:50:34 jhoblitt Exp $ 6 6 7 7 use strict; … … 143 143 is(@$results[0]->datetime, '2006-01-01T00:03:04Z', 'correct datetime'); 144 144 is(@$results[0]->type, 'OBJECT', 'correct type'); 145 is(@$results[0]->uri, 'http://foo.com/otis0123456/ ', 'correct uri');145 is(@$results[0]->uri, 'http://foo.com/otis0123456/index.txt', 'correct uri'); 146 146 147 147 isa_ok(@$results[1], 'DataStore::FileSet'); … … 149 149 is(@$results[1]->datetime, '2006-01-01T00:03:04Z', 'correct datetime'); 150 150 is(@$results[1]->type, 'OBJECT', 'correct type'); 151 is(@$results[1]->uri, 'http://foo.com/otis0123456/ ', 'correct uri');151 is(@$results[1]->uri, 'http://foo.com/otis0123456/index.txt', 'correct uri'); 152 152 153 153 isa_ok(@$results[2], 'DataStore::FileSet'); … … 155 155 is(@$results[2]->datetime, '2006-01-01T00:03:04Z', 'correct datetime'); 156 156 is(@$results[2]->type, 'OBJECT', 'correct type'); 157 is(@$results[2]->uri, 'http://foo.com/otis0123456/ ', 'correct uri');157 is(@$results[2]->uri, 'http://foo.com/otis0123456/index.txt', 'correct uri'); 158 158 159 159 isa_ok(@$results[3], 'DataStore::FileSet'); … … 161 161 is(@$results[3]->datetime, '2006-01-01T00:03:04Z', 'correct datetime'); 162 162 is(@$results[3]->type, 'OBJECT', 'correct type'); 163 is(@$results[3]->uri, 'http://foo.com/otis0123456/ ', 'correct uri');163 is(@$results[3]->uri, 'http://foo.com/otis0123456/index.txt', 'correct uri'); 164 164 } 165 165
Note:
See TracChangeset
for help on using the changeset viewer.
