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-Server/t/03_server_create_object.t

    r16265 r16281  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 03_server_create_object.t,v 1.23 2008-01-31 02:26:33 jhoblitt Exp $
     5# $Id: 03_server_create_object.t,v 1.24 2008-02-02 01:51:29 jhoblitt Exp $
    66
    77use strict;
     
    2222
    2323my $neb = Nebulous::Server->new(
    24     dsn         => "DBI:mysql:database=test:host=localhost",
    25     dbuser      => "test",
    26     dbpasswd    => "",
     24    dsn         => $NEB_DB,
     25    dbuser      => $NEB_USER,
     26    dbpasswd    => $NEB_PASS,
    2727);
    2828
Note: See TracChangeset for help on using the changeset viewer.