Browse Source

[3569_rebase] Removed unnecessary call.

Tomek Mrugalski 9 years ago
parent
commit
09422c9646
1 changed files with 0 additions and 2 deletions
  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.
 TEST_F(DbAccessParserTest, commitLeaseDb) {
 
-    EXPECT_NO_THROW(createMySQLSchema());
-
     // Verify that no lease database is open
     EXPECT_THROW({
             LeaseMgr& manager = LeaseMgrFactory::instance();