From: Razvan Becheriu Date: Mon, 13 Jan 2020 12:26:23 +0000 (+0200) Subject: [#1074] minor changes X-Git-Tag: Kea-1.7.5~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee412cbdd3d49bf5bc7102895b2b0b12831b32fd;p=thirdparty%2Fkea.git [#1074] minor changes --- diff --git a/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc b/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc index 08608fecba..2dc19bd657 100644 --- a/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc +++ b/src/lib/dhcpsrv/tests/pgsql_host_data_source_unittest.cc @@ -156,7 +156,6 @@ public: /// only if the database can be opened. Note that this is not part of the /// PgSqlHostMgr test fixure set. This test checks that the database can be /// opened: the fixtures assume that and check basic operations. - TEST(PgSqlHostDataSource, OpenDatabase) { // Schema needs to be created for the test to work. destroyPgSQLSchema();