]> source.dussan.org Git - jackcess.git/commit
huge commit: changes all tests that use a db file to execute against all supported...
authorDan Rollo <bhamail@users.sf.net>
Fri, 12 Mar 2010 08:02:25 +0000 (08:02 +0000)
committerDan Rollo <bhamail@users.sf.net>
Fri, 12 Mar 2010 08:02:25 +0000 (08:02 +0000)
commit68474a4fb3be7a5eff6bb65107c49546943e29f6
treec6d84edebcc44c291fc5f29b13bed8544b13c693
parenteb399960c514529c2e26a8e09e17edf4242fafaf
huge commit: changes all tests that use a db file to execute against all supported db file formats. The list of formats to test is easily changed via JetFormatTest.SUPPORTED_FILEFORMATS.

All tests pass with v2000.
One test fails with v2003.
A half dozen fail with v2007 (but many are the same read error).

includes re-org of test db files for easier support of multiple file formats.

(this commit is for ONLY the test db files - source changes are in prior commit).

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/newformats@442 f203690c-595d-4dc9-a70b-905162fa7fd2
18 files changed:
test/data/accdb/test.accdb [deleted file]
test/data/bigIndexTest.mdb [deleted file]
test/data/compIndexTest.mdb [deleted file]
test/data/delColTest.mdb [deleted file]
test/data/delTest.mdb [deleted file]
test/data/fixedNumericTest.mdb [deleted file]
test/data/fixedTextTest.mdb [deleted file]
test/data/indexCursorTest.mdb [deleted file]
test/data/indexTest.mdb [deleted file]
test/data/mdb2003/test2003.mdb [deleted file]
test/data/mdb97/test97.mdb [deleted file]
test/data/overflowTest.mdb [deleted file]
test/data/queryTest.mdb [deleted file]
test/data/test.mdb [deleted file]
test/data/test2.mdb [deleted file]
test/data/testIndexCodes.mdb [deleted file]
test/data/testIndexProperties.mdb [deleted file]
test/data/testPromotion.mdb [deleted file]