IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2007, 1:37:44 PM (19 years ago)
Author:
jhoblitt
Message:

convert DataStore::Product to use URIs that end as /index.txt$ instead of /$

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/t/08_response.t

    r7951 r15020  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: 08_response.t,v 1.2 2006-07-22 01:17:34 smalle Exp $
     5# $Id: 08_response.t,v 1.3 2007-09-25 23:37:44 jhoblitt Exp $
    66
    77use strict;
     
    4343        status_line => 'foo',
    4444        data        => 'bar',
    45         request     => DataStore::Product->new( uri => 'http://example.org/' ),
     45        request     => DataStore::Product->new( uri => 'http://example.org/index.txt' ),
    4646    );
    4747
     
    5555        status_line => 'foo',
    5656        data        => 'bar',
    57         request     => DataStore::Product->new( uri => 'http://example.org/' ),
     57        request     => DataStore::Product->new( uri => 'http://example.org/index.txt' ),
    5858        foo         => 1,
    5959    );
Note: See TracChangeset for help on using the changeset viewer.