summaryrefslogtreecommitdiffstats
path: root/java/test/TestH5Lbasic.java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-20 16:56:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-20 16:56:11 (GMT)
commit95a11297eed57aa9e97b417a47d50a72be45166d (patch)
treecd919da3cc7d9a922f55cfe3be93ff7b8321d4b2 /java/test/TestH5Lbasic.java
parent67687ab9a26eaf145b5332ce8426d8b7a0a70b7e (diff)
downloadhdf5-95a11297eed57aa9e97b417a47d50a72be45166d.zip
hdf5-95a11297eed57aa9e97b417a47d50a72be45166d.tar.gz
hdf5-95a11297eed57aa9e97b417a47d50a72be45166d.tar.bz2
HDFFV-9739 dup test file for concurrent tests
Diffstat (limited to 'java/test/TestH5Lbasic.java')
-rw-r--r--java/test/TestH5Lbasic.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/TestH5Lbasic.java b/java/test/TestH5Lbasic.java
index 9e832f3..0a836c1 100644
--- a/java/test/TestH5Lbasic.java
+++ b/java/test/TestH5Lbasic.java
@@ -34,7 +34,7 @@ import org.junit.rules.TestName;
public class TestH5Lbasic {
@Rule public TestName testname = new TestName();
- private static final String H5_FILE = "h5ex_g_iterate.hdf";
+ private static final String H5_FILE = "h5ex_g_iterateL1.hdf";
long H5fid = -1;
@Before