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/08_server_delete_instance.t

    r13173 r16281  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 08_server_delete_instance.t,v 1.8 2007-05-03 01:44:24 jhoblitt Exp $
     5# $Id: 08_server_delete_instance.t,v 1.9 2008-02-02 01:51:29 jhoblitt Exp $
    66
    77use strict;
     
    1717
    1818my $neb = Nebulous::Server->new(
    19     dsn         => "DBI:mysql:database=test:host=localhost",
    20     dbuser      => "test",
    21     dbpasswd    => "",
     19    dsn         => $NEB_DB,
     20    dbuser      => $NEB_USER,
     21    dbpasswd    => $NEB_PASS,
    2222);
    2323
Note: See TracChangeset for help on using the changeset viewer.