From: Dan Rollo Date: Fri, 12 Mar 2010 08:16:48 +0000 (+0000) Subject: huge commit: changes all tests that use a db file to execute against all supported... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e4794e16e501ee04c977f4e03d477bf9ed5d412;p=jackcess.git 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 --- diff --git a/test/data/V1997/testV1997.mdb b/test/data/V1997/testV1997.mdb new file mode 100644 index 0000000..2aa1060 Binary files /dev/null and b/test/data/V1997/testV1997.mdb differ diff --git a/test/data/V2003/bigIndexTestV2003.mdb b/test/data/V2003/bigIndexTestV2003.mdb new file mode 100644 index 0000000..6020262 Binary files /dev/null and b/test/data/V2003/bigIndexTestV2003.mdb differ diff --git a/test/data/V2003/compIndexTestV2003.mdb b/test/data/V2003/compIndexTestV2003.mdb new file mode 100644 index 0000000..5c95d17 Binary files /dev/null and b/test/data/V2003/compIndexTestV2003.mdb differ diff --git a/test/data/V2003/delColTestV2003.mdb b/test/data/V2003/delColTestV2003.mdb new file mode 100644 index 0000000..62463c1 Binary files /dev/null and b/test/data/V2003/delColTestV2003.mdb differ diff --git a/test/data/V2003/delTestV2003.mdb b/test/data/V2003/delTestV2003.mdb new file mode 100644 index 0000000..92c9d81 Binary files /dev/null and b/test/data/V2003/delTestV2003.mdb differ diff --git a/test/data/V2003/fixedNumericTestV2003.mdb b/test/data/V2003/fixedNumericTestV2003.mdb new file mode 100644 index 0000000..5531c6c Binary files /dev/null and b/test/data/V2003/fixedNumericTestV2003.mdb differ diff --git a/test/data/V2003/fixedTextTestV2003.mdb b/test/data/V2003/fixedTextTestV2003.mdb new file mode 100644 index 0000000..78ebfa3 Binary files /dev/null and b/test/data/V2003/fixedTextTestV2003.mdb differ diff --git a/test/data/V2003/indexCursorTestV2003.mdb b/test/data/V2003/indexCursorTestV2003.mdb new file mode 100644 index 0000000..dec11e0 Binary files /dev/null and b/test/data/V2003/indexCursorTestV2003.mdb differ diff --git a/test/data/V2003/indexTestV2003.mdb b/test/data/V2003/indexTestV2003.mdb new file mode 100644 index 0000000..62a40e0 Binary files /dev/null and b/test/data/V2003/indexTestV2003.mdb differ diff --git a/test/data/V2003/overflowTestV2003.mdb b/test/data/V2003/overflowTestV2003.mdb new file mode 100644 index 0000000..e49b0a5 Binary files /dev/null and b/test/data/V2003/overflowTestV2003.mdb differ diff --git a/test/data/V2003/queryTestV2003.mdb b/test/data/V2003/queryTestV2003.mdb new file mode 100644 index 0000000..a0dd166 Binary files /dev/null and b/test/data/V2003/queryTestV2003.mdb differ diff --git a/test/data/V2003/test2V2003.mdb b/test/data/V2003/test2V2003.mdb new file mode 100644 index 0000000..3a80fbc Binary files /dev/null and b/test/data/V2003/test2V2003.mdb differ diff --git a/test/data/V2003/testIndexCodesV2003.mdb b/test/data/V2003/testIndexCodesV2003.mdb new file mode 100644 index 0000000..5f4f256 Binary files /dev/null and b/test/data/V2003/testIndexCodesV2003.mdb differ diff --git a/test/data/V2003/testIndexPropertiesV2003.mdb b/test/data/V2003/testIndexPropertiesV2003.mdb new file mode 100644 index 0000000..b61baa7 Binary files /dev/null and b/test/data/V2003/testIndexPropertiesV2003.mdb differ diff --git a/test/data/V2003/testPromotionV2003.mdb b/test/data/V2003/testPromotionV2003.mdb new file mode 100644 index 0000000..982de4b Binary files /dev/null and b/test/data/V2003/testPromotionV2003.mdb differ diff --git a/test/data/V2003/testV2003.mdb b/test/data/V2003/testV2003.mdb new file mode 100644 index 0000000..a1a7fd8 Binary files /dev/null and b/test/data/V2003/testV2003.mdb differ diff --git a/test/data/V2007/bigIndexTestV2007.accdb b/test/data/V2007/bigIndexTestV2007.accdb new file mode 100644 index 0000000..3c76504 Binary files /dev/null and b/test/data/V2007/bigIndexTestV2007.accdb differ diff --git a/test/data/V2007/compIndexTestV2007.accdb b/test/data/V2007/compIndexTestV2007.accdb new file mode 100644 index 0000000..bbed311 Binary files /dev/null and b/test/data/V2007/compIndexTestV2007.accdb differ diff --git a/test/data/V2007/delColTestV2007.accdb b/test/data/V2007/delColTestV2007.accdb new file mode 100644 index 0000000..24a1cee Binary files /dev/null and b/test/data/V2007/delColTestV2007.accdb differ diff --git a/test/data/V2007/delTestV2007.accdb b/test/data/V2007/delTestV2007.accdb new file mode 100644 index 0000000..96984b5 Binary files /dev/null and b/test/data/V2007/delTestV2007.accdb differ diff --git a/test/data/V2007/fixedNumericTestV2007.accdb b/test/data/V2007/fixedNumericTestV2007.accdb new file mode 100644 index 0000000..5ebe8c1 Binary files /dev/null and b/test/data/V2007/fixedNumericTestV2007.accdb differ diff --git a/test/data/V2007/fixedTextTestV2007.accdb b/test/data/V2007/fixedTextTestV2007.accdb new file mode 100644 index 0000000..8f93bc8 Binary files /dev/null and b/test/data/V2007/fixedTextTestV2007.accdb differ diff --git a/test/data/V2007/indexCursorTestV2007.accdb b/test/data/V2007/indexCursorTestV2007.accdb new file mode 100644 index 0000000..e108c4a Binary files /dev/null and b/test/data/V2007/indexCursorTestV2007.accdb differ diff --git a/test/data/V2007/indexTestV2007.accdb b/test/data/V2007/indexTestV2007.accdb new file mode 100644 index 0000000..4930831 Binary files /dev/null and b/test/data/V2007/indexTestV2007.accdb differ diff --git a/test/data/V2007/overflowTestV2007.accdb b/test/data/V2007/overflowTestV2007.accdb new file mode 100644 index 0000000..3b43001 Binary files /dev/null and b/test/data/V2007/overflowTestV2007.accdb differ diff --git a/test/data/V2007/queryTestV2007.accdb b/test/data/V2007/queryTestV2007.accdb new file mode 100644 index 0000000..fd4c826 Binary files /dev/null and b/test/data/V2007/queryTestV2007.accdb differ diff --git a/test/data/V2007/test2V2007.accdb b/test/data/V2007/test2V2007.accdb new file mode 100644 index 0000000..9a7b0ec Binary files /dev/null and b/test/data/V2007/test2V2007.accdb differ diff --git a/test/data/V2007/testIndexCodesV2007.accdb b/test/data/V2007/testIndexCodesV2007.accdb new file mode 100644 index 0000000..2b8d702 Binary files /dev/null and b/test/data/V2007/testIndexCodesV2007.accdb differ diff --git a/test/data/V2007/testIndexPropertiesV2007.accdb b/test/data/V2007/testIndexPropertiesV2007.accdb new file mode 100644 index 0000000..8617f01 Binary files /dev/null and b/test/data/V2007/testIndexPropertiesV2007.accdb differ diff --git a/test/data/V2007/testPromotionV2007.accdb b/test/data/V2007/testPromotionV2007.accdb new file mode 100644 index 0000000..a7ea027 Binary files /dev/null and b/test/data/V2007/testPromotionV2007.accdb differ diff --git a/test/data/V2007/testV2007.accdb b/test/data/V2007/testV2007.accdb new file mode 100644 index 0000000..67bea0c Binary files /dev/null and b/test/data/V2007/testV2007.accdb differ