mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Exception changed
This commit is contained in:
parent
692c7867ef
commit
fe22bb8e44
@ -206,7 +206,7 @@ public class TestH5P {
|
||||
assertEquals(nlinks, 20L);
|
||||
}
|
||||
|
||||
@Test(expected = IllegalArgumentException.class)
|
||||
@Test(expected = HDF5FunctionArgumentException.class)
|
||||
public void testH5Pset_libver_bounds_invalidlow() throws Throwable {
|
||||
H5.H5Pset_libver_bounds(fapl_id, 5, HDF5Constants.H5F_LIBVER_LATEST);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user