Merge pull request #1741 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop

* commit 'dbad1589008e2ef9e713c712ca5ffbf7c97159d0':
  Fixed problem with H5Fdelete "test" and split VFD.
This commit is contained in:
Dana Robinson 2019-06-16 11:40:57 -05:00
commit cbc95dee3c

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 {