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/TestH5Pfapl.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/TestH5Pfapl.java')
| -rw-r--r-- | java/test/TestH5Pfapl.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/test/TestH5Pfapl.java b/java/test/TestH5Pfapl.java index 0651502..10a79dd 100644 --- a/java/test/TestH5Pfapl.java +++ b/java/test/TestH5Pfapl.java @@ -38,10 +38,10 @@ import org.junit.rules.TestName; public class TestH5Pfapl { @Rule public TestName testname = new TestName(); - private static final String H5_FILE = "test.h5"; - private static final String H5_LOG_FILE = "test.log"; - private static final String H5_FAMILY_FILE = "test%05d"; - private static final String H5_MULTI_FILE = "testmulti"; + private static final String H5_FILE = "testPf.h5"; + private static final String H5_LOG_FILE = "testPf.log"; + private static final String H5_FAMILY_FILE = "testPf%05d"; + private static final String H5_MULTI_FILE = "testPfmulti"; private static char MULTI_LETTERS[] = {'X','s','b','r','g','l','o'}; private static final int DIM_X = 4; private static final int DIM_Y = 6; |
