Adjust test names for concurrent tests

This commit is contained in:
Allen Byrne
2018-05-16 12:09:48 -05:00
parent 955201531f
commit b18990526e
13 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ 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_FILE = "testO.h5";
private static final int DIM_X = 4;
private static final int DIM_Y = 6;
long H5fcpl = -1;