From 68474a4fb3be7a5eff6bb65107c49546943e29f6 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Fri, 12 Mar 2010 08:02:25 +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@442 f203690c-595d-4dc9-a70b-905162fa7fd2 --- test/data/compIndexTest.mdb | Bin 143360 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 test/data/compIndexTest.mdb (limited to 'test/data/compIndexTest.mdb') diff --git a/test/data/compIndexTest.mdb b/test/data/compIndexTest.mdb deleted file mode 100644 index b93db5b..0000000 Binary files a/test/data/compIndexTest.mdb and /dev/null differ -- cgit v1.2.3