From 278e24c401ae0453bcb8a9f14ec62b964bb67fa3 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sun, 13 Feb 2011 13:39:27 +0000 Subject: [PATCH] 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 --- .../java/com/healthmarketscience/jackcess/JetFormatTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5