IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2008, 3:51:29 PM (18 years ago)
Author:
jhoblitt
Message:

centralize test DB dsn/user/pass into Test::Nebulous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/51_client_create.t

    r13092 r16281  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 51_client_create.t,v 1.3 2007-05-01 02:52:04 jhoblitt Exp $
     5# $Id: 51_client_create.t,v 1.4 2008-02-02 01:51:29 jhoblitt Exp $
    66
    77use strict;
     
    1414use lib qw( ./t ./lib );
    1515
    16 #use Nebulous::Client trace => 'debug';
    17 use Nebulous::Client;
     16use Nebulous::Client trace => 'debug';
     17#use Nebulous::Client;
    1818use Test::Nebulous;
    1919use Test::URI;
     
    3131
    3232    my $uri = $neb->create("foo");
    33 
    3433    my ($scheme, $auth, $path, $query, $frag) = uri_split($uri);
    3534    ok(-e $path, "good filename");
Note: See TracChangeset for help on using the changeset viewer.