From dbad1589008e2ef9e713c712ca5ffbf7c97159d0 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Sat, 15 Jun 2019 21:00:48 -0700 Subject: Fixed problem with H5Fdelete "test" and split VFD. --- test/tfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v0.12