summaryrefslogtreecommitdiffstats
path: root/java/test/TestH5F.java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-16 17:09:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-16 17:09:48 (GMT)
commitb18990526e6c6130837b9ebe20583fd100008656 (patch)
treec3c6cfe132e0df0b1372c56669c8fda5a998526a /java/test/TestH5F.java
parent955201531f80229606040866aed78eafac4e155c (diff)
downloadhdf5-b18990526e6c6130837b9ebe20583fd100008656.zip
hdf5-b18990526e6c6130837b9ebe20583fd100008656.tar.gz
hdf5-b18990526e6c6130837b9ebe20583fd100008656.tar.bz2
Adjust test names for concurrent tests
Diffstat (limited to 'java/test/TestH5F.java')
-rw-r--r--java/test/TestH5F.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/TestH5F.java b/java/test/TestH5F.java
index ac2f70d..e4f9a30 100644
--- a/java/test/TestH5F.java
+++ b/java/test/TestH5F.java
@@ -31,7 +31,7 @@ import org.junit.rules.TestName;
public class TestH5F {
@Rule public TestName testname = new TestName();
- private static final String H5_FILE = "test.h5";
+ private static final String H5_FILE = "testF.h5";
private static final int COUNT_OBJ_FILE = 1;
private static final int COUNT_OBJ_DATASET = 0;