Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 768 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(-)