]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2213] fix test
authorJelte Jansen <jelte@isc.org>
Mon, 29 Oct 2012 14:27:39 +0000 (15:27 +0100)
committerJelte Jansen <jelte@isc.org>
Mon, 29 Oct 2012 14:27:39 +0000 (15:27 +0100)
src/bin/auth/tests/datasrc_clients_builder_unittest.cc

index c05513aec2cc69b89febd3127c49f5893fc9fcca..10737ca73ca784ca03d5a6fcbc2b6342b2eab27a 100644 (file)
@@ -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