mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Updated the Java tests to deal with H5Sset_extent_none changes
This commit is contained in:
parent
c78326eb92
commit
e4603ff8a1
@ -171,7 +171,7 @@ public class TestH5S {
|
||||
try {
|
||||
H5.H5Sset_extent_none(H5sid);
|
||||
read_type = H5.H5Sget_simple_extent_type(H5sid);
|
||||
assertTrue("H5.H5Sget_simple_extent_type: "+read_type, HDF5Constants.H5S_NO_CLASS == read_type);
|
||||
assertTrue("H5.H5Sget_simple_extent_type: "+read_type, HDF5Constants.H5S_NULL == read_type);
|
||||
}
|
||||
catch (Throwable err) {
|
||||
err.printStackTrace();
|
||||
|
Loading…
Reference in New Issue
Block a user