HDFFV-9739 and cmake improvements merge from develop
This commit is contained in:
@@ -36,7 +36,7 @@ import org.junit.rules.TestName;
|
||||
public class TestH5P {
|
||||
@Rule public TestName testname = new TestName();
|
||||
|
||||
private static final String H5_FILE = "test.h5";
|
||||
private static final String H5_FILE = "testP.h5";
|
||||
private static final int DIM_X = 4;
|
||||
private static final int DIM_Y = 6;
|
||||
long[] H5dims = { DIM_X, DIM_Y };
|
||||
|
||||
Reference in New Issue
Block a user