summaryrefslogtreecommitdiffstats
path: root/java/test/TestH5Fbasic.java
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2021-07-01 23:52:04 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2021-07-01 23:52:04 (GMT)
commit682fc6ba3af245cc44de9ca5e9b35527460c512a (patch)
tree1f44496a052568150f338404b34db1fdd8964a3f /java/test/TestH5Fbasic.java
parent8c4af2a23ef3e512507e1fdef7624f7a1fb2ab25 (diff)
downloadhdf5-682fc6ba3af245cc44de9ca5e9b35527460c512a.zip
hdf5-682fc6ba3af245cc44de9ca5e9b35527460c512a.tar.gz
hdf5-682fc6ba3af245cc44de9ca5e9b35527460c512a.tar.bz2
Jordan's patch to add test library to java builds
Diffstat (limited to 'java/test/TestH5Fbasic.java')
-rw-r--r--java/test/TestH5Fbasic.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/TestH5Fbasic.java b/java/test/TestH5Fbasic.java
index 4f3d928..9310feb 100644
--- a/java/test/TestH5Fbasic.java
+++ b/java/test/TestH5Fbasic.java
@@ -24,6 +24,8 @@ import hdf.hdf5lib.H5;
import hdf.hdf5lib.HDF5Constants;
import hdf.hdf5lib.exceptions.HDF5LibraryException;
+import test.H5TestUtils;
+
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;