summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c
index ad014a6..ba0ad82 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -12701,7 +12701,7 @@ test_compact_open_close_dirty(hid_t fapl)
/* Verify the repeated open/close of the dataset will not fail */
for(i = 0; i < 20;i++) {
H5E_BEGIN_TRY {
- did = H5Dopen (fid, DSET_COMPACT_MAX_NAME, H5P_DEFAULT);
+ did = H5Dopen2 (fid, DSET_COMPACT_MAX_NAME, H5P_DEFAULT);
} H5E_END_TRY;
if(did < 0)
TEST_ERROR