HDFFV-10887 merge from develop
This commit is contained in:
@@ -159,4 +159,19 @@ public class TestH5Oparams {
|
||||
H5.H5Orefresh(-1);
|
||||
}
|
||||
|
||||
@Test(expected = HDF5LibraryException.class)
|
||||
public void testH5Odisable_mdc_flushes() throws Throwable {
|
||||
H5.H5Odisable_mdc_flushes(-1);
|
||||
}
|
||||
|
||||
@Test(expected = HDF5LibraryException.class)
|
||||
public void testH5Oenable_mdc_flushes() throws Throwable {
|
||||
H5.H5Oenable_mdc_flushes(-1);
|
||||
}
|
||||
|
||||
@Test(expected = HDF5LibraryException.class)
|
||||
public void testH5Oare_mdc_flushes_disabled() throws Throwable {
|
||||
H5.H5Oare_mdc_flushes_disabled(-1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user