Exception type changed

This commit is contained in:
Allen Byrne 2018-03-15 14:14:29 -05:00
parent 3f221c1347
commit 692c7867ef

View File

@ -211,7 +211,7 @@ public class TestH5P {
H5.H5Pset_libver_bounds(fapl_id, 5, HDF5Constants.H5F_LIBVER_LATEST);
}
@Test(expected = IllegalArgumentException.class)
@Test(expected = HDF5FunctionArgumentException.class)
public void testH5Pset_libver_bounds_invalidhigh() throws Throwable {
H5.H5Pset_libver_bounds(fapl_id, HDF5Constants.H5F_LIBVER_LATEST, 5);
}