BIND 10 master, updated. 53c587e48d0ba91757f33be4b79868596cdf6aad [master] add another missing dist file

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Aug 31 14:36:28 UTC 2012


The branch, master has been updated
       via  53c587e48d0ba91757f33be4b79868596cdf6aad (commit)
      from  156ac2bc58f707e87820c26d548603923e997efe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 53c587e48d0ba91757f33be4b79868596cdf6aad
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Fri Aug 31 09:34:22 2012 -0500

    [master] add another missing dist file
    
    The tests didn't fail due to missing file. See memory_datasrc_unittest.cc:
    
    EXPECT_THROW(zone_finder_.load(TEST_DATA_DIR "/duplicate_rrset.zone"),
    ...
    EXPECT_THROW(rootzone.load(TEST_DATA_DIR "/duplicate_rrset.zone"),
    
    I assume this is a false-negative because the test successds because
    loading still fails.
    
    Maybe that test or "load" should be extended for this, but for now I add
    the missing file to EXTRA_DIST.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/tests/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/Makefile.am b/src/lib/datasrc/tests/Makefile.am
index 26e1ca4..b73a64a 100644
--- a/src/lib/datasrc/tests/Makefile.am
+++ b/src/lib/datasrc/tests/Makefile.am
@@ -103,6 +103,7 @@ endif
 EXTRA_DIST =  testdata/brokendb.sqlite3
 EXTRA_DIST += testdata/contexttest.zone
 EXTRA_DIST += testdata/diffs.sqlite3
+EXTRA_DIST += testdata/duplicate_rrset.zone
 EXTRA_DIST += testdata/example2.com
 EXTRA_DIST += testdata/example2.com.sqlite3
 EXTRA_DIST += testdata/example.com.flattened



More information about the bind10-changes mailing list