Add known file test case for btree byte swap Add a regression test for the preceding bugfix. This test uses btree database files with known contents and byte orders with short keys and overflow data items. (back ported from commit af3e7a4ac8b49ae8047ae2be7070d32feb69217d) https://github.com/krb5/krb5/commit/7e76a6eb8f738e7395766cc043c3755431bab718 Author: Tom Yu Commit: 7e76a6eb8f738e7395766cc043c3755431bab718 Branch: krb5-1.14 .gitignore | 3 + src/plugins/kdb/db2/libdb2/test/Makefile.in | 8 +++- src/plugins/kdb/db2/libdb2/test/run.test | 26 ++++++++++- src/plugins/kdb/db2/libdb2/test/t.be.txt | 64 +++++++++++++++++++++++++++ src/plugins/kdb/db2/libdb2/test/t.le.txt | 64 +++++++++++++++++++++++++++ 5 files changed, 162 insertions(+), 3 deletions(-)