]> 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:16:48 +0000 (08:16 +0000)
committerDan Rollo <bhamail@users.sf.net>
Fri, 12 Mar 2010 08:16:48 +0000 (08:16 +0000)
commit7e4794e16e501ee04c977f4e03d477bf9ed5d412
tree23810f18574fdefa3c7444307f3c4b7bd7a593f6
parentb2f7c7e94396d0334eaff9f0a835975178a858e2
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@445 f203690c-595d-4dc9-a70b-905162fa7fd2
31 files changed:
test/data/V1997/testV1997.mdb [new file with mode: 0644]
test/data/V2003/bigIndexTestV2003.mdb [new file with mode: 0644]
test/data/V2003/compIndexTestV2003.mdb [new file with mode: 0644]
test/data/V2003/delColTestV2003.mdb [new file with mode: 0644]
test/data/V2003/delTestV2003.mdb [new file with mode: 0644]
test/data/V2003/fixedNumericTestV2003.mdb [new file with mode: 0644]
test/data/V2003/fixedTextTestV2003.mdb [new file with mode: 0644]
test/data/V2003/indexCursorTestV2003.mdb [new file with mode: 0644]
test/data/V2003/indexTestV2003.mdb [new file with mode: 0644]
test/data/V2003/overflowTestV2003.mdb [new file with mode: 0644]
test/data/V2003/queryTestV2003.mdb [new file with mode: 0644]
test/data/V2003/test2V2003.mdb [new file with mode: 0644]
test/data/V2003/testIndexCodesV2003.mdb [new file with mode: 0644]
test/data/V2003/testIndexPropertiesV2003.mdb [new file with mode: 0644]
test/data/V2003/testPromotionV2003.mdb [new file with mode: 0644]
test/data/V2003/testV2003.mdb [new file with mode: 0644]
test/data/V2007/bigIndexTestV2007.accdb [new file with mode: 0644]
test/data/V2007/compIndexTestV2007.accdb [new file with mode: 0644]
test/data/V2007/delColTestV2007.accdb [new file with mode: 0644]
test/data/V2007/delTestV2007.accdb [new file with mode: 0644]
test/data/V2007/fixedNumericTestV2007.accdb [new file with mode: 0644]
test/data/V2007/fixedTextTestV2007.accdb [new file with mode: 0644]
test/data/V2007/indexCursorTestV2007.accdb [new file with mode: 0644]
test/data/V2007/indexTestV2007.accdb [new file with mode: 0644]
test/data/V2007/overflowTestV2007.accdb [new file with mode: 0644]
test/data/V2007/queryTestV2007.accdb [new file with mode: 0644]
test/data/V2007/test2V2007.accdb [new file with mode: 0644]
test/data/V2007/testIndexCodesV2007.accdb [new file with mode: 0644]
test/data/V2007/testIndexPropertiesV2007.accdb [new file with mode: 0644]
test/data/V2007/testPromotionV2007.accdb [new file with mode: 0644]
test/data/V2007/testV2007.accdb [new file with mode: 0644]