Changeset 15020 for trunk/DataStore/t/08_response.t
- Timestamp:
- Sep 25, 2007, 1:37:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/t/08_response.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/t/08_response.t
r7951 r15020 3 3 # Copyright (C) 2006 Joshua Hoblitt 4 4 # 5 # $Id: 08_response.t,v 1. 2 2006-07-22 01:17:34 smalleExp $5 # $Id: 08_response.t,v 1.3 2007-09-25 23:37:44 jhoblitt Exp $ 6 6 7 7 use strict; … … 43 43 status_line => 'foo', 44 44 data => 'bar', 45 request => DataStore::Product->new( uri => 'http://example.org/ ' ),45 request => DataStore::Product->new( uri => 'http://example.org/index.txt' ), 46 46 ); 47 47 … … 55 55 status_line => 'foo', 56 56 data => 'bar', 57 request => DataStore::Product->new( uri => 'http://example.org/ ' ),57 request => DataStore::Product->new( uri => 'http://example.org/index.txt' ), 58 58 foo => 1, 59 59 );
Note:
See TracChangeset
for help on using the changeset viewer.
