Fix postgres tests?

This commit is contained in:
Timothy Warren 2012-03-22 16:38:07 -04:00
parent 2355ca3b0d
commit 6c932bf576
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class PgSQLQBTest extends QBTest {
'port' => '5432',
'database' => 'test',
'user' => 'postgres',
'pass' => NULL,
'pass' => '',
'type' => 'pgsql'
);

Binary file not shown.