]> source.dussan.org Git - jackcess.git/commitdiff
no write tests for MSISAM currently
authorJames Ahlborn <jtahlborn@yahoo.com>
Sun, 13 Feb 2011 13:39:27 +0000 (13:39 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sun, 13 Feb 2011 13:39:27 +0000 (13:39 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@509 f203690c-595d-4dc9-a70b-905162fa7fd2

test/src/java/com/healthmarketscience/jackcess/JetFormatTest.java

index 0c315199df5d500734b330492c612099e0c31861..3f5cd27c3347ffa75eeb638f713c28644fc1bfdb 100644 (file)
@@ -76,7 +76,7 @@ public class JetFormatTest extends TestCase {
         continue;
       }
       supportedForRead.add(ff);
-      if(ff.getJetFormat().READ_ONLY) {
+      if(ff.getJetFormat().READ_ONLY || (ff == FileFormat.MSISAM)) {
         continue;
       }
       supported.add(ff);