Browse Source

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

Jeremy C. Reed 11 years ago
parent
commit
209c646b0a
1 changed files with 0 additions and 5 deletions
  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);
     ElementPtr json = Element::fromJSON(config);
 
 
-    ofstream out("config.json");
-    out << config;
-    out.close();
-    
-
     do {
     do {
         EXPECT_NO_THROW(x = configureDhcp6Server(srv_, json));
         EXPECT_NO_THROW(x = configureDhcp6Server(srv_, json));
         checkResult(x, 0);
         checkResult(x, 0);