Changeset 164 for trunk/t/empty-db.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/empty-db.t

    r36 r164  
    88 
    99use TheSchwartz; 
    10 use Test::More tests => 6; 
     10use Test::More tests => 9; 
    1111 
    1212run_tests(3, sub { 
     
    1616                                                { 
    1717                                                    dsn  => dsn_for('tempty1'), 
    18                                                     user => "root", 
    19                                                     pass => "", 
     18                                                    user => $ENV{TS_DB_USER}, 
     19                                                    pass =>  $ENV{TS_DB_PASS}, 
    2020                                                }, 
    2121                                                ]);