Fixed problem with H5Fdelete "test" and split VFD.

This commit is contained in:
Dana Robinson 2019-06-15 21:00:48 -07:00
parent 462b924eca
commit dbad158900

View File

@ -1931,7 +1931,7 @@ test_file_delete(hid_t fapl_id)
H5E_BEGIN_TRY {
is_hdf5 = H5Fis_accessible(filename, fapl_id);
} H5E_END_TRY;
VERIFY(is_hdf5, SUCCEED, "H5Fis_accessible");
CHECK(is_hdf5, TRUE, "H5Fis_accessible");
/* Try to delete it (should fail) */
H5E_BEGIN_TRY {