mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +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 += " password=invalid";
|
||||||
dbConnString += " port=" + getPort();
|
dbConnString += " port=" + getPort();
|
||||||
|
|
||||||
Poco::SharedPtr<Poco::Data::Session> pInvalidSession;
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
std::cout << "Attempting to Connect to [" << dbConnString << "] with invalid credentials: " << std::endl;
|
std::cout << "Attempting to Connect to [" << dbConnString << "] with invalid credentials: " << std::endl;
|
||||||
|
@ -40,7 +40,6 @@ public:
|
|||||||
void testPostgreSQLOIDs();
|
void testPostgreSQLOIDs();
|
||||||
void testBarebonePostgreSQL();
|
void testBarebonePostgreSQL();
|
||||||
|
|
||||||
|
|
||||||
void testSimpleAccess();
|
void testSimpleAccess();
|
||||||
void testComplexType();
|
void testComplexType();
|
||||||
void testSimpleAccessVector();
|
void testSimpleAccessVector();
|
||||||
|
Loading…
Reference in New Issue
Block a user