Parcourir la source

[3569_rebase] Removed unnecessary call.

Tomek Mrugalski il y a 9 ans
Parent
commit
09422c9646
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/lib/dhcpsrv/tests/dbaccess_parser_unittest.cc

+ 0 - 2
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.
 // that does not assume that the test has been built with MySQL support.
 TEST_F(DbAccessParserTest, commitLeaseDb) {
 TEST_F(DbAccessParserTest, commitLeaseDb) {
 
 
-    EXPECT_NO_THROW(createMySQLSchema());
-
     // Verify that no lease database is open
     // Verify that no lease database is open
     EXPECT_THROW({
     EXPECT_THROW({
             LeaseMgr& manager = LeaseMgrFactory::instance();
             LeaseMgr& manager = LeaseMgrFactory::instance();