diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-16 17:09:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-16 17:09:48 (GMT) |
commit | b18990526e6c6130837b9ebe20583fd100008656 (patch) | |
tree | c3c6cfe132e0df0b1372c56669c8fda5a998526a /java/test/TestH5Gbasic.java | |
parent | 955201531f80229606040866aed78eafac4e155c (diff) | |
download | hdf5-b18990526e6c6130837b9ebe20583fd100008656.zip hdf5-b18990526e6c6130837b9ebe20583fd100008656.tar.gz hdf5-b18990526e6c6130837b9ebe20583fd100008656.tar.bz2 |
Adjust test names for concurrent tests
Diffstat (limited to 'java/test/TestH5Gbasic.java')
-rw-r--r-- | java/test/TestH5Gbasic.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/TestH5Gbasic.java b/java/test/TestH5Gbasic.java index 6ff7d03..202f6ff 100644 --- a/java/test/TestH5Gbasic.java +++ b/java/test/TestH5Gbasic.java @@ -32,7 +32,7 @@ import org.junit.rules.TestName; public class TestH5Gbasic { @Rule public TestName testname = new TestName(); - private static final String H5_FILE = "test.h5"; + private static final String H5_FILE = "testGb.h5"; long H5fid = -1; private final long _createGroup(long fid, String name) { |