diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-04-04 21:29:37 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-04-04 21:29:37 (GMT) |
commit | 0073f198978dea0116bd74816b3119dfeb09144b (patch) | |
tree | db2698fb4cc1d3e332d99834dd2cae170feed2e4 /java/test | |
parent | aa696a47715c3dd9c068f71915c6dcf23745441c (diff) | |
download | hdf5-0073f198978dea0116bd74816b3119dfeb09144b.zip hdf5-0073f198978dea0116bd74816b3119dfeb09144b.tar.gz hdf5-0073f198978dea0116bd74816b3119dfeb09144b.tar.bz2 |
Set V112 as the latest format and extend the arrays of version bounds.
Diffstat (limited to 'java/test')
-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 981f34e..e46ed48 100644 --- a/java/test/TestH5P.java +++ b/java/test/TestH5P.java @@ -214,7 +214,7 @@ public class TestH5P { @Test(expected = HDF5FunctionArgumentException.class) public void testH5Pset_libver_bounds_invalidhigh() throws Throwable { - H5.H5Pset_libver_bounds(fapl_id, HDF5Constants.H5F_LIBVER_V110, HDF5Constants.H5F_LIBVER_V110+1); + H5.H5Pset_libver_bounds(fapl_id, HDF5Constants.H5F_LIBVER_V112, HDF5Constants.H5F_LIBVER_V112+1); } @Test |