diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-16 17:09:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-16 17:09:48 (GMT) |
commit | b18990526e6c6130837b9ebe20583fd100008656 (patch) | |
tree | c3c6cfe132e0df0b1372c56669c8fda5a998526a /java/test/TestH5Pfapl.java | |
parent | 955201531f80229606040866aed78eafac4e155c (diff) | |
download | hdf5-b18990526e6c6130837b9ebe20583fd100008656.zip hdf5-b18990526e6c6130837b9ebe20583fd100008656.tar.gz hdf5-b18990526e6c6130837b9ebe20583fd100008656.tar.bz2 |
Adjust test names for concurrent tests
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; |