From: James Ahlborn Date: Sun, 13 Feb 2011 13:39:27 +0000 (+0000) Subject: no write tests for MSISAM currently X-Git-Tag: jackcess-1.2.3~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=278e24c401ae0453bcb8a9f14ec62b964bb67fa3;p=jackcess.git no write tests for MSISAM currently git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@509 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/test/src/java/com/healthmarketscience/jackcess/JetFormatTest.java b/test/src/java/com/healthmarketscience/jackcess/JetFormatTest.java index 0c31519..3f5cd27 100644 --- a/test/src/java/com/healthmarketscience/jackcess/JetFormatTest.java +++ b/test/src/java/com/healthmarketscience/jackcess/JetFormatTest.java @@ -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);