]> source.dussan.org Git - jackcess.git/commit
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 07:52:15 +0000 (07:52 +0000)
committerDan Rollo <bhamail@users.sf.net>
Fri, 12 Mar 2010 07:52:15 +0000 (07:52 +0000)
commiteb399960c514529c2e26a8e09e17edf4242fafaf
tree61ad71d5ab9caee3f29ff80efc972c02911ec5df
parent8e306bc27b795188c11be761f5371dc2478f4350
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 is a partial commit to avoid sf errors - will do db test data files next).

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/newformats@441 f203690c-595d-4dc9-a70b-905162fa7fd2
16 files changed:
src/java/com/healthmarketscience/jackcess/Database.java
src/java/com/healthmarketscience/jackcess/PageChannel.java
src/resources/com/healthmarketscience/jackcess/empty2003.mdb [new file with mode: 0644]
src/resources/com/healthmarketscience/jackcess/empty2007.accdb [new file with mode: 0644]
test/src/java/com/healthmarketscience/jackcess/BigIndexTest.java
test/src/java/com/healthmarketscience/jackcess/CursorBuilderTest.java
test/src/java/com/healthmarketscience/jackcess/CursorTest.java
test/src/java/com/healthmarketscience/jackcess/DatabaseTest.java
test/src/java/com/healthmarketscience/jackcess/ErrorHandlerTest.java
test/src/java/com/healthmarketscience/jackcess/ImportTest.java
test/src/java/com/healthmarketscience/jackcess/IndexCodesTest.java
test/src/java/com/healthmarketscience/jackcess/IndexTest.java
test/src/java/com/healthmarketscience/jackcess/JetFormatTest.java
test/src/java/com/healthmarketscience/jackcess/RelationshipTest.java
test/src/java/com/healthmarketscience/jackcess/UsageMapTest.java
test/src/java/com/healthmarketscience/jackcess/query/QueryTest.java