aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Rollo <bhamail@users.sf.net>2010-03-12 08:03:37 +0000
committerDan Rollo <bhamail@users.sf.net>2010-03-12 08:03:37 +0000
commit461b7fa12e8386f1ff3f760d345b8522c2259a2a (patch)
treecda5380d718269a4019e0ae2638db92b5b5a37ae
parent68474a4fb3be7a5eff6bb65107c49546943e29f6 (diff)
downloadjackcess-461b7fa12e8386f1ff3f760d345b8522c2259a2a.tar.gz
jackcess-461b7fa12e8386f1ff3f760d345b8522c2259a2a.zip
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
-rw-r--r--test/data/V2000/bigIndexTestV2000.mdbbin0 -> 114688 bytes
-rw-r--r--test/data/V2000/compIndexTestV2000.mdbbin0 -> 143360 bytes
-rw-r--r--test/data/V2000/delColTestV2000.mdbbin0 -> 126976 bytes
-rw-r--r--test/data/V2000/delTestV2000.mdbbin0 -> 135168 bytes
-rw-r--r--test/data/V2000/fixedNumericTestV2000.mdbbin0 -> 131072 bytes
-rwxr-xr-xtest/data/V2000/fixedTextTestV2000.mdbbin0 -> 135168 bytes
-rw-r--r--test/data/V2000/indexCursorTestV2000.mdbbin0 -> 139264 bytes
-rw-r--r--test/data/V2000/indexTestV2000.mdbbin0 -> 196608 bytes
-rw-r--r--test/data/V2000/overflowTestV2000.mdbbin0 -> 143360 bytes
-rwxr-xr-xtest/data/V2000/queryTestV2000.mdbbin0 -> 176128 bytes
-rw-r--r--test/data/V2000/test2V2000.mdbbin0 -> 262144 bytes
-rw-r--r--test/data/V2000/testIndexCodesV2000.mdbbin0 -> 10391552 bytes
-rw-r--r--test/data/V2000/testIndexPropertiesV2000.mdbbin0 -> 249856 bytes
-rw-r--r--test/data/V2000/testPromotionV2000.mdbbin0 -> 167936 bytes
-rw-r--r--test/data/V2000/testV2000.mdbbin0 -> 3043328 bytes
15 files changed, 0 insertions, 0 deletions
diff --git a/test/data/V2000/bigIndexTestV2000.mdb b/test/data/V2000/bigIndexTestV2000.mdb
new file mode 100644
index 0000000..abbb14d
--- /dev/null
+++ b/test/data/V2000/bigIndexTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/compIndexTestV2000.mdb b/test/data/V2000/compIndexTestV2000.mdb
new file mode 100644
index 0000000..b93db5b
--- /dev/null
+++ b/test/data/V2000/compIndexTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/delColTestV2000.mdb b/test/data/V2000/delColTestV2000.mdb
new file mode 100644
index 0000000..b931b0d
--- /dev/null
+++ b/test/data/V2000/delColTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/delTestV2000.mdb b/test/data/V2000/delTestV2000.mdb
new file mode 100644
index 0000000..915caa2
--- /dev/null
+++ b/test/data/V2000/delTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/fixedNumericTestV2000.mdb b/test/data/V2000/fixedNumericTestV2000.mdb
new file mode 100644
index 0000000..e329181
--- /dev/null
+++ b/test/data/V2000/fixedNumericTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/fixedTextTestV2000.mdb b/test/data/V2000/fixedTextTestV2000.mdb
new file mode 100755
index 0000000..87de103
--- /dev/null
+++ b/test/data/V2000/fixedTextTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/indexCursorTestV2000.mdb b/test/data/V2000/indexCursorTestV2000.mdb
new file mode 100644
index 0000000..561c44c
--- /dev/null
+++ b/test/data/V2000/indexCursorTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/indexTestV2000.mdb b/test/data/V2000/indexTestV2000.mdb
new file mode 100644
index 0000000..7e8bd98
--- /dev/null
+++ b/test/data/V2000/indexTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/overflowTestV2000.mdb b/test/data/V2000/overflowTestV2000.mdb
new file mode 100644
index 0000000..f84a517
--- /dev/null
+++ b/test/data/V2000/overflowTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/queryTestV2000.mdb b/test/data/V2000/queryTestV2000.mdb
new file mode 100755
index 0000000..4560710
--- /dev/null
+++ b/test/data/V2000/queryTestV2000.mdb
Binary files differ
diff --git a/test/data/V2000/test2V2000.mdb b/test/data/V2000/test2V2000.mdb
new file mode 100644
index 0000000..8da9633
--- /dev/null
+++ b/test/data/V2000/test2V2000.mdb
Binary files differ
diff --git a/test/data/V2000/testIndexCodesV2000.mdb b/test/data/V2000/testIndexCodesV2000.mdb
new file mode 100644
index 0000000..f884d4a
--- /dev/null
+++ b/test/data/V2000/testIndexCodesV2000.mdb
Binary files differ
diff --git a/test/data/V2000/testIndexPropertiesV2000.mdb b/test/data/V2000/testIndexPropertiesV2000.mdb
new file mode 100644
index 0000000..bb1c158
--- /dev/null
+++ b/test/data/V2000/testIndexPropertiesV2000.mdb
Binary files differ
diff --git a/test/data/V2000/testPromotionV2000.mdb b/test/data/V2000/testPromotionV2000.mdb
new file mode 100644
index 0000000..901c520
--- /dev/null
+++ b/test/data/V2000/testPromotionV2000.mdb
Binary files differ
diff --git a/test/data/V2000/testV2000.mdb b/test/data/V2000/testV2000.mdb
new file mode 100644
index 0000000..b9d004a
--- /dev/null
+++ b/test/data/V2000/testV2000.mdb
Binary files differ