diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-15 19:15:45 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-15 19:15:45 (GMT) |
commit | fe22bb8e44b89468849f5a70f014215a459c9d5b (patch) | |
tree | 2965b0f55a11fdc208fd595635114cea7d833013 | |
parent | 692c7867ef243bfbf28c2064e6b3c09070c29175 (diff) | |
download | hdf5-fe22bb8e44b89468849f5a70f014215a459c9d5b.zip hdf5-fe22bb8e44b89468849f5a70f014215a459c9d5b.tar.gz hdf5-fe22bb8e44b89468849f5a70f014215a459c9d5b.tar.bz2 |
Exception changed
-rw-r--r-- | java/test/TestH5P.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/TestH5P.java b/java/test/TestH5P.java index cfe7c33..f713063 100644 --- a/java/test/TestH5P.java +++ b/java/test/TestH5P.java @@ -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); } |