HDFFV-10664 update reference files

This commit is contained in:
Allen Byrne
2019-01-04 13:29:01 -06:00
parent 28d5d987b5
commit e07fb46bdc
3 changed files with 6 additions and 23 deletions

View File

@@ -69,19 +69,6 @@ public class TestH5Fbasic {
assertTrue(H5fid > 0);
}
@Test
public void testH5Fis_hdf5() {
boolean isH5 = false;
try {
isH5 = H5.H5Fis_hdf5(H5_FILE);
}
catch (Throwable err) {
fail("H5.H5Fis_hdf5 failed on " + H5_FILE + ": " + err);
}
assertTrue(isH5 == true);
}
@Test
public void testH5Fis_accessible() {
boolean isH5 = false;