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/04_server_replicate_object.t

    r13302 r16281  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 04_server_replicate_object.t,v 1.10 2007-05-08 02:27:42 jhoblitt Exp $
     5# $Id: 04_server_replicate_object.t,v 1.11 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.