Exception changed

This commit is contained in:
Allen Byrne 2018-03-15 14:15:45 -05:00
parent 692c7867ef
commit fe22bb8e44

View File

@ -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);
}