]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2267] temporarily disabled some tests, which should expect a different result.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 19 Sep 2012 00:15:40 +0000 (17:15 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 19 Sep 2012 00:15:40 +0000 (17:15 -0700)
src/lib/datasrc/memory/tests/memory_client_unittest.cc

index 1559c3187636ba501bb111285f41fc76973203d2..733810fb782367168f26d58d6d365deef73f3a14 100644 (file)
@@ -476,7 +476,8 @@ TEST_F(MemoryClientTest, loadDNAMEAndNSNonApex2) {
     // Teardown checks for memory segment leaks
 }
 
-TEST_F(MemoryClientTest, loadRRSIGFollowsNothing) {
+// Disable for now: we should actually allow this case.
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGFollowsNothing) {
     EXPECT_THROW(client_->load(Name("example.org"),
                                TEST_DATA_DIR
                                "/example.org-rrsig-follows-nothing.zone"),
@@ -484,7 +485,8 @@ TEST_F(MemoryClientTest, loadRRSIGFollowsNothing) {
     // Teardown checks for memory segment leaks
 }
 
-TEST_F(MemoryClientTest, loadRRSIGNameUnmatched) {
+// Disable for now: we should actually allow this case.
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGNameUnmatched) {
     EXPECT_THROW(client_->load(Name("example.org"),
                                TEST_DATA_DIR
                                "/example.org-rrsig-name-unmatched.zone"),
@@ -492,7 +494,8 @@ TEST_F(MemoryClientTest, loadRRSIGNameUnmatched) {
     // Teardown checks for memory segment leaks
 }
 
-TEST_F(MemoryClientTest, loadRRSIGTypeUnmatched) {
+// Disable for now: we should actually allow this case.
+TEST_F(MemoryClientTest, DISABLED_loadRRSIGTypeUnmatched) {
     EXPECT_THROW(client_->load(Name("example.org"),
                                TEST_DATA_DIR
                                "/example.org-rrsig-type-unmatched.zone"),