From 461b7fa12e8386f1ff3f760d345b8522c2259a2a Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Fri, 12 Mar 2010 08:03:37 +0000 Subject: 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 --- test/data/V2000/queryTestV2000.mdb | Bin 0 -> 176128 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/data/V2000/queryTestV2000.mdb (limited to 'test/data/V2000/queryTestV2000.mdb') diff --git a/test/data/V2000/queryTestV2000.mdb b/test/data/V2000/queryTestV2000.mdb new file mode 100755 index 0000000..4560710 Binary files /dev/null and b/test/data/V2000/queryTestV2000.mdb differ -- cgit v1.2.3