diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-22 16:36:23 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-22 16:36:23 (GMT) |
| commit | 73a21358a99357e1b5728b5732f951c5018ba548 (patch) | |
| tree | 06e1901441210696c78547b7105a02f90a833bc2 /java/test/TestH5Gbasic.java | |
| parent | 525b9f40e5c112b777a28d207ccb6fd454f156fc (diff) | |
| parent | ab8a7235c3892ac0427f37661aa0d821993dae9b (diff) | |
| download | hdf5-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.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) { |
