Browse Source

[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.
Jeremy C. Reed 12 years ago
parent
commit
53c587e48d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/datasrc/tests/Makefile.am

+ 1 - 0
src/lib/datasrc/tests/Makefile.am

@@ -103,6 +103,7 @@ endif
 EXTRA_DIST =  testdata/brokendb.sqlite3
 EXTRA_DIST =  testdata/brokendb.sqlite3
 EXTRA_DIST += testdata/contexttest.zone
 EXTRA_DIST += testdata/contexttest.zone
 EXTRA_DIST += testdata/diffs.sqlite3
 EXTRA_DIST += testdata/diffs.sqlite3
+EXTRA_DIST += testdata/duplicate_rrset.zone
 EXTRA_DIST += testdata/example2.com
 EXTRA_DIST += testdata/example2.com
 EXTRA_DIST += testdata/example2.com.sqlite3
 EXTRA_DIST += testdata/example2.com.sqlite3
 EXTRA_DIST += testdata/example.com.flattened
 EXTRA_DIST += testdata/example.com.flattened