HDFFV-10664 update reference files
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user