Browse Source

[2213] fix test

Jelte Jansen 12 years ago
parent
commit
7b11fd33ba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/auth/tests/datasrc_clients_builder_unittest.cc

+ 2 - 2
src/bin/auth/tests/datasrc_clients_builder_unittest.cc

@@ -486,19 +486,19 @@ TEST_F(DataSrcClientsBuilderTest, loadZoneInvalidParams) {
 
     // class or origin is missing: result in assertion failure
     if (!isc::util::unittests::runningOnValgrind()) {
+/*
         EXPECT_DEATH_IF_SUPPORTED({
                 builder.handleCommand(
                     Command(LOADZONE,
                             Element::fromJSON(
                                 "{\"origin\": \"test1.example\"}")));
             }, "");
-/*
+*/
         EXPECT_DEATH_IF_SUPPORTED({
                 builder.handleCommand(Command(LOADZONE,
                                               Element::fromJSON(
                                                   "{\"class\": \"IN\"}")));
             }, "");
-*/
     }
 
     // zone doesn't exist in the data source