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. https://github.com/krb5/krb5/commit/af3e7a4ac8b49ae8047ae2be7070d32feb69217d Author: Tom Yu Commit: af3e7a4ac8b49ae8047ae2be7070d32feb69217d Branch: master .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(-)