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

@@ -243,7 +243,7 @@ public class TestH5Edefault {
H5.H5Eget_class_name(-1);
}
@Test(expected = IllegalArgumentException.class)
@Test(expected = HDF5LibraryException.class)
public void testH5Eget_class_name_invalid_classname() throws Throwable {
H5.H5Eget_class_name(HDF5Constants.H5E_DEFAULT);
}