mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
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:
commit
cbc95dee3c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user