]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3569_rebase] Removed unnecessary call.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 1 Dec 2015 20:14:59 +0000 (21:14 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 1 Dec 2015 20:14:59 +0000 (21:14 +0100)
src/lib/dhcpsrv/tests/dbaccess_parser_unittest.cc

index 3ff645301ca9f5ca14de0498b6e6fe1fac7beea3..71fcc6b012c4a9802ccec3a320943aac5e1c9f6f 100644 (file)
@@ -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();