Skip to content
  • Jeremy C. Reed's avatar
    [master] add another missing dist file · 53c587e4
    Jeremy C. Reed authored
    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.
    53c587e4