]> 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:03:37 +0000 (08:03 +0000)
committerDan Rollo <bhamail@users.sf.net>
Fri, 12 Mar 2010 08:03:37 +0000 (08:03 +0000)
commit461b7fa12e8386f1ff3f760d345b8522c2259a2a
treecda5380d718269a4019e0ae2638db92b5b5a37ae
parent68474a4fb3be7a5eff6bb65107c49546943e29f6
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@443 f203690c-595d-4dc9-a70b-905162fa7fd2
15 files changed:
test/data/V2000/bigIndexTestV2000.mdb [new file with mode: 0644]
test/data/V2000/compIndexTestV2000.mdb [new file with mode: 0644]
test/data/V2000/delColTestV2000.mdb [new file with mode: 0644]
test/data/V2000/delTestV2000.mdb [new file with mode: 0644]
test/data/V2000/fixedNumericTestV2000.mdb [new file with mode: 0644]
test/data/V2000/fixedTextTestV2000.mdb [new file with mode: 0755]
test/data/V2000/indexCursorTestV2000.mdb [new file with mode: 0644]
test/data/V2000/indexTestV2000.mdb [new file with mode: 0644]
test/data/V2000/overflowTestV2000.mdb [new file with mode: 0644]
test/data/V2000/queryTestV2000.mdb [new file with mode: 0755]
test/data/V2000/test2V2000.mdb [new file with mode: 0644]
test/data/V2000/testIndexCodesV2000.mdb [new file with mode: 0644]
test/data/V2000/testIndexPropertiesV2000.mdb [new file with mode: 0644]
test/data/V2000/testPromotionV2000.mdb [new file with mode: 0644]
test/data/V2000/testV2000.mdb [new file with mode: 0644]