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

    r10546 r16281  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 02_server_setup.t,v 1.5 2006-12-08 03:29:19 jhoblitt Exp $
     5# $Id: 02_server_setup.t,v 1.6 2008-02-02 01:51:29 jhoblitt Exp $
    66
    77use strict;
     
    1919isa_ok(
    2020    Nebulous::Server->new(
    21         dsn         => "DBI:mysql:database=test:host=localhost",
    22         dbuser      => "test",
    23         dbpasswd    => "",
     21        dsn         => $NEB_DB,
     22        dbuser      => $NEB_USER,
     23        dbpasswd    => $NEB_PASS,
    2424    ),
    2525    "Nebulous::Server"
Note: See TracChangeset for help on using the changeset viewer.