Changeset 164 for trunk/t/cleanup.t

Show
Ignore:
Timestamp:
05/13/09 21:17:02 (7 months ago)
Author:
miyagawa
Message:

PostgreSQL patch from clkao

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/t/cleanup.t

    r114 r164  
    77 
    88use TheSchwartz; 
    9 use Test::More tests => 20; 
     9use Test::More tests => 30; 
    1010 
    1111# for testing: 
     
    1515run_tests(10, sub { 
    1616    my $client = test_client(dbs => ['ts1']); 
    17     my $dbh = DBI->connect(dsn_for("ts1"), 'root', ''); 
     17    my $dbh = DBI->connect(dsn_for("ts1"), $ENV{TS_DB_USER}, $ENV{TS_DB_PASS}); 
    1818    $client->can_do("Worker::Fail"); 
    1919    $client->can_do("Worker::Complete");