]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2499] Disable ZoneLoaderTest.copyCheck for now
authorMukund Sivaraman <muks@isc.org>
Thu, 17 Jan 2013 10:59:18 +0000 (16:29 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 17 Jan 2013 10:59:18 +0000 (16:29 +0530)
prepareSource() (which loads a source zone) does not contain a correct
implementation for this test.

src/lib/datasrc/tests/zone_loader_unittest.cc

index f0ad814906f72fbd56e5f76d6f462ca2ed0c0b18..3de290e16c057abd24921d485deb4d19e12d4b2a 100644 (file)
@@ -462,7 +462,8 @@ TEST_F(ZoneLoaderTest, loadCheck) {
 }
 
 // The same test, but for copying from other data source
-TEST_F(ZoneLoaderTest, copyCheck) {
+// Disabled by #2499. See the comment in prepareSource().
+TEST_F(ZoneLoaderTest, DISABLED_copyCheck) {
     prepareSource(Name("example.org"), "novalidate.zone");
     ZoneLoader loader(destination_client_, Name("example.org"),
                       source_client_);