Fixes for JNI updates

This commit is contained in:
Jordan Henderson
2019-02-12 11:41:55 -06:00
parent 8f42566f7a
commit 3acd486b83
23 changed files with 399 additions and 35 deletions

View File

@@ -49,7 +49,7 @@ public class TestH5Sbasic {
H5.H5Screate(-1);
}
@Test(expected = HDF5LibraryException.class)
@Test(expected = IllegalArgumentException.class)
public void testH5Sget_simple_extent_type_invalid() throws Throwable {
H5.H5Sget_simple_extent_type(-1);
}