]> source.dussan.org Git - jackcess.git/commitdiff
enable more jet3 tests
authorJames Ahlborn <jtahlborn@yahoo.com>
Sun, 1 Aug 2010 19:41:33 +0000 (19:41 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sun, 1 Aug 2010 19:41:33 +0000 (19:41 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@477 f203690c-595d-4dc9-a70b-905162fa7fd2

test/data/V1997/overflowTestV1997.mdb [new file with mode: 0755]
test/data/V1997/queryTestV1997.mdb [new file with mode: 0755]
test/src/java/com/healthmarketscience/jackcess/DatabaseTest.java
test/src/java/com/healthmarketscience/jackcess/query/QueryTest.java

diff --git a/test/data/V1997/overflowTestV1997.mdb b/test/data/V1997/overflowTestV1997.mdb
new file mode 100755 (executable)
index 0000000..bdfb60f
Binary files /dev/null and b/test/data/V1997/overflowTestV1997.mdb differ
diff --git a/test/data/V1997/queryTestV1997.mdb b/test/data/V1997/queryTestV1997.mdb
new file mode 100755 (executable)
index 0000000..d644432
Binary files /dev/null and b/test/data/V1997/queryTestV1997.mdb differ
index 1f993ee81613ac28da6722ac05fa46cba124744a..a6d9a17b4d498a527fa53b1b22a1b83a4835f685 100644 (file)
@@ -741,7 +741,7 @@ public class DatabaseTest extends TestCase {
 
   public void testOverflow() throws Exception
   {
-    for (final TestDB testDB : TestDB.getSupportedForBasename(Basename.OVERFLOW)) {
+    for (final TestDB testDB : TestDB.getSupportedForBasename(Basename.OVERFLOW, true)) {
       Database mdb = open(testDB);
       Table table = mdb.getTable("Table1");
 
index 0ba327205b74bc553242d57a1997909ea205a787..73d91b75ae40ebe20fae230e4c10f7da40aa133a 100644 (file)
@@ -200,7 +200,7 @@ public class QueryTest extends TestCase
 
   public void testReadQueries() throws Exception
   {
-    for (final TestDB testDB : TestDB.getSupportedForBasename(Basename.QUERY)) {
+    for (final TestDB testDB : TestDB.getSupportedForBasename(Basename.QUERY, true)) {
       Map<String,String> expectedQueries = new HashMap<String,String>();
       expectedQueries.put(
           "SelectQuery", multiline(