From 08f8448478838f06773d4197c955a36c0538775a Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Fri, 22 Jun 2007 02:09:02 +0000 Subject: [PATCH] --- Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp index 818976571..65526bcce 100644 --- a/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp +++ b/Data/ODBC/testsuite/src/ODBCPostgreSQLTest.cpp @@ -1128,7 +1128,7 @@ bool ODBCPostgreSQLTest::canConnect(const std::string& driver, const std::string // DSN not found, try connect without it format(_dbConnString, "DRIVER=%s;" "DATABASE=postgres;" - "SERVER=a-fabijanic;" + "SERVER=localhost;" "PORT=5432;" "UID=postgres;" "PWD=postgres;"