summaryrefslogtreecommitdiffstats
path: root/java/test/TestH5Gbasic.java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-22 16:36:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-22 16:36:23 (GMT)
commit73a21358a99357e1b5728b5732f951c5018ba548 (patch)
tree06e1901441210696c78547b7105a02f90a833bc2 /java/test/TestH5Gbasic.java
parent525b9f40e5c112b777a28d207ccb6fd454f156fc (diff)
parentab8a7235c3892ac0427f37661aa0d821993dae9b (diff)
downloadhdf5-73a21358a99357e1b5728b5732f951c5018ba548.zip
hdf5-73a21358a99357e1b5728b5732f951c5018ba548.tar.gz
hdf5-73a21358a99357e1b5728b5732f951c5018ba548.tar.bz2
Merge pull request #1067 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'ab8a7235c3892ac0427f37661aa0d821993dae9b': HDFFV-10473 add note for attribute fix Correct attribute location HDFFV-9739 and cmake improvements merge from develop Update Windows test machines Fix soversion
Diffstat (limited to 'java/test/TestH5Gbasic.java')
-rw-r--r--java/test/TestH5Gbasic.java2
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) {