mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Call to H5Dopen has H5dopen2 arguments at line 12704 of test/dsets.c -
changed to H5Dopen2 to fix failure with --with-default-api-version=v16 configure option.
This commit is contained in:
parent
9d50ed5287
commit
c8a5520d3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user