From: Tomek Mrugalski Date: Tue, 1 Dec 2015 20:14:59 +0000 (+0100) Subject: [3569_rebase] Removed unnecessary call. X-Git-Tag: trac4231_base~9^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09422c9646eb2e09e9645d5bcfee0c4466d67663;p=thirdparty%2Fkea.git [3569_rebase] Removed unnecessary call. --- diff --git a/src/lib/dhcpsrv/tests/dbaccess_parser_unittest.cc b/src/lib/dhcpsrv/tests/dbaccess_parser_unittest.cc index 3ff645301c..71fcc6b012 100644 --- a/src/lib/dhcpsrv/tests/dbaccess_parser_unittest.cc +++ b/src/lib/dhcpsrv/tests/dbaccess_parser_unittest.cc @@ -538,8 +538,6 @@ TEST_F(DbAccessParserTest, getDbAccessString) { // that does not assume that the test has been built with MySQL support. TEST_F(DbAccessParserTest, commitLeaseDb) { - EXPECT_NO_THROW(createMySQLSchema()); - // Verify that no lease database is open EXPECT_THROW({ LeaseMgr& manager = LeaseMgrFactory::instance();