mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
PostgreSQL failed connection test: cleanup.
This commit is contained in:
@@ -149,7 +149,6 @@ void PostgreSQLTest::testFailedConnect()
|
||||
dbConnString += " password=invalid";
|
||||
dbConnString += " port=" + getPort();
|
||||
|
||||
Poco::SharedPtr<Poco::Data::Session> pInvalidSession;
|
||||
try
|
||||
{
|
||||
std::cout << "Attempting to Connect to [" << dbConnString << "] with invalid credentials: " << std::endl;
|
||||
|
||||
@@ -40,7 +40,6 @@ public:
|
||||
void testPostgreSQLOIDs();
|
||||
void testBarebonePostgreSQL();
|
||||
|
||||
|
||||
void testSimpleAccess();
|
||||
void testComplexType();
|
||||
void testSimpleAccessVector();
|
||||
|
||||
Reference in New Issue
Block a user