mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
PostgreSQL failed connection test: cleanup.
This commit is contained in:
parent
148affed30
commit
0024f3621b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user