]> source.dussan.org Git - jackcess.git/commitdiff
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)
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]

diff --git a/test/data/V2000/bigIndexTestV2000.mdb b/test/data/V2000/bigIndexTestV2000.mdb
new file mode 100644 (file)
index 0000000..abbb14d
Binary files /dev/null and b/test/data/V2000/bigIndexTestV2000.mdb differ
diff --git a/test/data/V2000/compIndexTestV2000.mdb b/test/data/V2000/compIndexTestV2000.mdb
new file mode 100644 (file)
index 0000000..b93db5b
Binary files /dev/null and b/test/data/V2000/compIndexTestV2000.mdb differ
diff --git a/test/data/V2000/delColTestV2000.mdb b/test/data/V2000/delColTestV2000.mdb
new file mode 100644 (file)
index 0000000..b931b0d
Binary files /dev/null and b/test/data/V2000/delColTestV2000.mdb differ
diff --git a/test/data/V2000/delTestV2000.mdb b/test/data/V2000/delTestV2000.mdb
new file mode 100644 (file)
index 0000000..915caa2
Binary files /dev/null and b/test/data/V2000/delTestV2000.mdb differ
diff --git a/test/data/V2000/fixedNumericTestV2000.mdb b/test/data/V2000/fixedNumericTestV2000.mdb
new file mode 100644 (file)
index 0000000..e329181
Binary files /dev/null and b/test/data/V2000/fixedNumericTestV2000.mdb differ
diff --git a/test/data/V2000/fixedTextTestV2000.mdb b/test/data/V2000/fixedTextTestV2000.mdb
new file mode 100755 (executable)
index 0000000..87de103
Binary files /dev/null and b/test/data/V2000/fixedTextTestV2000.mdb differ
diff --git a/test/data/V2000/indexCursorTestV2000.mdb b/test/data/V2000/indexCursorTestV2000.mdb
new file mode 100644 (file)
index 0000000..561c44c
Binary files /dev/null and b/test/data/V2000/indexCursorTestV2000.mdb differ
diff --git a/test/data/V2000/indexTestV2000.mdb b/test/data/V2000/indexTestV2000.mdb
new file mode 100644 (file)
index 0000000..7e8bd98
Binary files /dev/null and b/test/data/V2000/indexTestV2000.mdb differ
diff --git a/test/data/V2000/overflowTestV2000.mdb b/test/data/V2000/overflowTestV2000.mdb
new file mode 100644 (file)
index 0000000..f84a517
Binary files /dev/null and b/test/data/V2000/overflowTestV2000.mdb differ
diff --git a/test/data/V2000/queryTestV2000.mdb b/test/data/V2000/queryTestV2000.mdb
new file mode 100755 (executable)
index 0000000..4560710
Binary files /dev/null and b/test/data/V2000/queryTestV2000.mdb differ
diff --git a/test/data/V2000/test2V2000.mdb b/test/data/V2000/test2V2000.mdb
new file mode 100644 (file)
index 0000000..8da9633
Binary files /dev/null and b/test/data/V2000/test2V2000.mdb differ
diff --git a/test/data/V2000/testIndexCodesV2000.mdb b/test/data/V2000/testIndexCodesV2000.mdb
new file mode 100644 (file)
index 0000000..f884d4a
Binary files /dev/null and b/test/data/V2000/testIndexCodesV2000.mdb differ
diff --git a/test/data/V2000/testIndexPropertiesV2000.mdb b/test/data/V2000/testIndexPropertiesV2000.mdb
new file mode 100644 (file)
index 0000000..bb1c158
Binary files /dev/null and b/test/data/V2000/testIndexPropertiesV2000.mdb differ
diff --git a/test/data/V2000/testPromotionV2000.mdb b/test/data/V2000/testPromotionV2000.mdb
new file mode 100644 (file)
index 0000000..901c520
Binary files /dev/null and b/test/data/V2000/testPromotionV2000.mdb differ
diff --git a/test/data/V2000/testV2000.mdb b/test/data/V2000/testV2000.mdb
new file mode 100644 (file)
index 0000000..b9d004a
Binary files /dev/null and b/test/data/V2000/testV2000.mdb differ