Parcourir la source

Merge branch 'master' of git://git.kea.isc.org/kea

Jeremy C. Reed il y a 11 ans
Parent
commit
209c646b0a
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      src/bin/dhcp6/tests/config_parser_unittest.cc

+ 0 - 5
src/bin/dhcp6/tests/config_parser_unittest.cc

@@ -591,11 +591,6 @@ TEST_F(Dhcp6ParserTest, multipleSubnets) {
 
     ElementPtr json = Element::fromJSON(config);
 
-    ofstream out("config.json");
-    out << config;
-    out.close();
-    
-
     do {
         EXPECT_NO_THROW(x = configureDhcp6Server(srv_, json));
         checkResult(x, 0);