summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-12-02 19:36:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-12-02 19:36:27 (GMT)
commite1026bd354443ae9c4e0cf197feb7191920c9f13 (patch)
treef69bcb0ff762cd816b7363565f682d36f629d2d1 /java
parenta0d3801251c45ec3918e2ad9367c6f85022ef997 (diff)
downloadhdf5-e1026bd354443ae9c4e0cf197feb7191920c9f13.zip
hdf5-e1026bd354443ae9c4e0cf197feb7191920c9f13.tar.gz
hdf5-e1026bd354443ae9c4e0cf197feb7191920c9f13.tar.bz2
Correct oversight in Java test and remove direct VFD from SWMR supported
drivers.
Diffstat (limited to 'java')
-rw-r--r--java/test/TestH5Pfapl.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/TestH5Pfapl.java b/java/test/TestH5Pfapl.java
index 8f15648..e888e20 100644
--- a/java/test/TestH5Pfapl.java
+++ b/java/test/TestH5Pfapl.java
@@ -16,6 +16,7 @@
package test;
import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;