diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-30 17:39:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-30 17:39:20 (GMT) |
commit | 44e2ddac97a6bae4637ef040c9f1a9f7b70978f3 (patch) | |
tree | 47af2f9e7848128c7da556ab242efd5d27d06011 /java | |
parent | 4df595c22da9c316b44a46602091fd5fe261abe9 (diff) | |
download | hdf5-44e2ddac97a6bae4637ef040c9f1a9f7b70978f3.zip hdf5-44e2ddac97a6bae4637ef040c9f1a9f7b70978f3.tar.gz hdf5-44e2ddac97a6bae4637ef040c9f1a9f7b70978f3.tar.bz2 |
Merge cleanup mostly whitespace
Diffstat (limited to 'java')
-rw-r--r-- | java/test/TestH5P.java | 2 | ||||
-rw-r--r-- | java/test/TestH5Pfapl.java | 3 | ||||
-rw-r--r-- | java/test/TestH5Z.java | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/java/test/TestH5P.java b/java/test/TestH5P.java index a85405b..b1c29b2 100644 --- a/java/test/TestH5P.java +++ b/java/test/TestH5P.java @@ -209,7 +209,7 @@ public class TestH5P { @Test(expected = HDF5FunctionArgumentException.class) public void testH5Pset_libver_bounds_invalidlow() throws Throwable { - H5.H5Pset_libver_bounds(fapl_id, HDF5Constants.H5F_LIBVER_EARLIEST-1, HDF5Constants.H5F_LIBVER_LATEST); + H5.H5Pset_libver_bounds(fapl_id, HDF5Constants.H5F_LIBVER_LATEST+1, HDF5Constants.H5F_LIBVER_LATEST); } @Test(expected = HDF5FunctionArgumentException.class) diff --git a/java/test/TestH5Pfapl.java b/java/test/TestH5Pfapl.java index 81a7ecb..7d690cf 100644 --- a/java/test/TestH5Pfapl.java +++ b/java/test/TestH5Pfapl.java @@ -29,8 +29,6 @@ import hdf.hdf5lib.exceptions.HDF5Exception; import hdf.hdf5lib.exceptions.HDF5LibraryException; import hdf.hdf5lib.exceptions.HDF5PropertyListInterfaceException; import hdf.hdf5lib.structs.H5AC_cache_config_t; -import hdf.hdf5lib.structs.H5FD_hdfs_fapl_t; -import hdf.hdf5lib.structs.H5FD_ros3_fapl_t; import org.junit.After; import org.junit.Before; @@ -1401,5 +1399,4 @@ public class TestH5Pfapl { fail("H5P_evict_on_close: " + err); } } - } diff --git a/java/test/TestH5Z.java b/java/test/TestH5Z.java index f3049ed..27bda6f 100644 --- a/java/test/TestH5Z.java +++ b/java/test/TestH5Z.java @@ -109,4 +109,3 @@ public class TestH5Z { H5.H5Zunregister(HDF5Constants.H5Z_FILTER_SHUFFLE); } } - |