diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-22 13:53:14 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-22 13:53:14 (GMT) |
| commit | f4c33600ab91e0511898d2bd3a5473aaf7dcd2f7 (patch) | |
| tree | 31c2106d670d958e1588ce11f02b65788cb8d000 /java/test/TestH5Pfapl.java | |
| parent | 73d7f7e7d37b869ce9c39cc8e648ef50d563fc93 (diff) | |
| parent | 926260763940c77cf8f94807823765a3624fa29d (diff) | |
| download | hdf5-f4c33600ab91e0511898d2bd3a5473aaf7dcd2f7.zip hdf5-f4c33600ab91e0511898d2bd3a5473aaf7dcd2f7.tar.gz hdf5-f4c33600ab91e0511898d2bd3a5473aaf7dcd2f7.tar.bz2 | |
Merge pull request #1066 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '926260763940c77cf8f94807823765a3624fa29d':
HDFFV-9739 fix copy testfiles command
HDFFV-9739 remove obsolete test files
HDFFV-9739 dup test file for concurrent tests
HDFFV-9739 Fix autotools script
HDFFV-9739 Change autotools test scripts
Fix typo
HDFFV-9739 Update test reference
Update current windows test machines
HDFFV-9739 Grab err number before API call
HDFFV-9739 Add release note
Adjust test names for concurrent tests
Fix soversion
HDFFV-9739 Fix copy name
HDFFV-9739 factor out tests into separate JUnit
Fix MPI on Windows by adding MPI include folder
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; |
