summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-06-16 16:40:57 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-06-16 16:40:57 (GMT)
commitcbc95dee3c794fb7099e8a4c5f25ca56e981c31a (patch)
tree3b0b37c6ae87a1a9e1390d8ae3713651847f93eb
parent462b924eca41b01c312d9533869f6bcaf4cc2d55 (diff)
parentdbad1589008e2ef9e713c712ca5ffbf7c97159d0 (diff)
downloadhdf5-cbc95dee3c794fb7099e8a4c5f25ca56e981c31a.zip
hdf5-cbc95dee3c794fb7099e8a4c5f25ca56e981c31a.tar.gz
hdf5-cbc95dee3c794fb7099e8a4c5f25ca56e981c31a.tar.bz2
Merge pull request #1741 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'dbad1589008e2ef9e713c712ca5ffbf7c97159d0': Fixed problem with H5Fdelete "test" and split VFD.
-rw-r--r--test/tfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 6318787..e0c3f8d 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -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 {