summaryrefslogtreecommitdiffstats
path: root/java/test/TestH5P.java
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-15 19:15:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-15 19:15:45 (GMT)
commitfe22bb8e44b89468849f5a70f014215a459c9d5b (patch)
tree2965b0f55a11fdc208fd595635114cea7d833013 /java/test/TestH5P.java
parent692c7867ef243bfbf28c2064e6b3c09070c29175 (diff)
downloadhdf5-fe22bb8e44b89468849f5a70f014215a459c9d5b.zip
hdf5-fe22bb8e44b89468849f5a70f014215a459c9d5b.tar.gz
hdf5-fe22bb8e44b89468849f5a70f014215a459c9d5b.tar.bz2
Exception changed
Diffstat (limited to 'java/test/TestH5P.java')
-rw-r--r--java/test/TestH5P.java2
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);
}