Changeset 2601 for branches/release-40/t/driver-tests.pl
- Timestamp:
- 06/18/08 09:50:16 (18 months ago)
- Files:
-
- 1 modified
-
branches/release-40/t/driver-tests.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/t/driver-tests.pl
r2592 r2601 217 217 name => 'foo', 218 218 text => 'bar', 219 id => 1, 219 220 status => 2, }, 220 221 { __class => 'Foo', … … 222 223 name => 'baz', 223 224 text => 'quux', 225 id => 2, 224 226 status => 1, }, 225 227 );
