Changeset 328

Show
Ignore:
Timestamp:
06/07/06 09:44:46 (6 years ago)
Author:
nick
Message:

Fix for dbhost being needed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/t/002_datastore_setup.t

    r209 r328  
    1919            no strict 'refs'; 
    2020 
    21             my $dsn = $store_class->_dsn( $config{dbname} ); 
     21            my $dsn = $store_class->_dsn( $config{dbname}, $config{dbhost} ); 
    2222 
    2323            foreach my $method ( qw( cleardb setup ) ) {