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/TestH5Ocreate.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/TestH5Ocreate.java')
| -rw-r--r-- | java/test/TestH5Ocreate.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/TestH5Ocreate.java b/java/test/TestH5Ocreate.java index 559e12b..c3e36b4 100644 --- a/java/test/TestH5Ocreate.java +++ b/java/test/TestH5Ocreate.java @@ -37,8 +37,8 @@ import org.junit.rules.TestName; public class TestH5Ocreate { @Rule public TestName testname = new TestName(); - private static final String H5_EXTFILE = "h5ex_g_iterate.hdf"; - private static final String H5_FILE = "test.h5"; + private static final String H5_EXTFILE = "h5ex_g_iterateO2.hdf"; + private static final String H5_FILE = "testO.h5"; private static final int DIM_X = 4; private static final int DIM_Y = 6; long H5fcpl = -1; |
