HDFFV-9739 and cmake improvements merge from develop

This commit is contained in:
Allen Byrne
2018-05-22 10:23:16 -05:00
parent e1e63edd35
commit e96ef71034
150 changed files with 3755 additions and 3354 deletions

View File

@@ -34,7 +34,7 @@ import org.junit.rules.TestName;
public class TestH5Lbasic {
@Rule public TestName testname = new TestName();
private static final String H5_FILE = "h5ex_g_iterate.hdf";
private static final String H5_FILE = "h5ex_g_iterateL1.hdf";
long H5fid = -1;
@Before