PostgreSQL: added test case for failed connection attempt.

This commit is contained in:
Friedrich Wilckens
2023-10-30 13:23:18 -07:00
parent c7b6fa17be
commit 148affed30
2 changed files with 32 additions and 1 deletions

View File

@@ -36,9 +36,11 @@ public:
~PostgreSQLTest();
void testConnectNoDB();
void testFailedConnect();
void testPostgreSQLOIDs();
void testBarebonePostgreSQL();
void testSimpleAccess();
void testComplexType();
void testSimpleAccessVector();