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/02_fileset_parse.t

    r8722 r15020  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: 02_fileset_parse.t,v 1.8 2006-08-31 22:58:34 jhoblitt Exp $
     5# $Id: 02_fileset_parse.t,v 1.9 2007-09-25 23:37:44 jhoblitt Exp $
    66
    77use strict;
     
    115115END
    116116    my $parser  = DataStore::FileSet::Parser->new(
    117         base_uri => 'http://foo.com/'
     117        base_uri => 'http://foo.com/index.txt'
    118118    );
    119119    my @results = $parser->parse($example1);
     
    132132END
    133133    my $parser  = DataStore::FileSet::Parser->new(
    134         base_uri => 'http://foo.com/'
     134        base_uri => 'http://foo.com/index.txt'
    135135    );
    136136    my $results = $parser->parse($example1);
Note: See TracChangeset for help on using the changeset viewer.