HDFFV-10414 change minor error_number

This commit is contained in:
Allen Byrne
2018-03-05 11:47:09 -06:00
parent a30da017cc
commit 5860384905
2 changed files with 102 additions and 102 deletions

View File

@@ -1388,7 +1388,7 @@ public class TestH5Pfapl {
}
catch (HDF5PropertyListInterfaceException err) {
// parallel is not supported
if (err.getMinorErrorNumber() != HDF5Constants.H5E_CANTSET) {
if (err.getMinorErrorNumber() != HDF5Constants.H5E_UNSUPPORTED) {
err.printStackTrace();
fail("H5P_evict_on_close: " + err);
}