Changeset 328
- Timestamp:
- 06/07/06 09:44:46 (6 years ago)
- Files:
-
- 1 modified
-
wiki-toolkit/trunk/t/002_datastore_setup.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/t/002_datastore_setup.t
r209 r328 19 19 no strict 'refs'; 20 20 21 my $dsn = $store_class->_dsn( $config{dbname} );21 my $dsn = $store_class->_dsn( $config{dbname}, $config{dbhost} ); 22 22 23 23 foreach my $method ( qw( cleardb setup ) ) {
