summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-09-28 18:01:30 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-09-28 18:01:30 (GMT)
commit3fb711e0ff2516cba7a0cb34f2d8ca38241b06a7 (patch)
treec73ebba86e512766439ff065ad384b9a6be2433e /test/tselect.c
parent279a3f915b6ddad529553ab9dd91e968ff7244e7 (diff)
downloadhdf5-3fb711e0ff2516cba7a0cb34f2d8ca38241b06a7.zip
hdf5-3fb711e0ff2516cba7a0cb34f2d8ca38241b06a7.tar.gz
hdf5-3fb711e0ff2516cba7a0cb34f2d8ca38241b06a7.tar.bz2
Number of arguments requires H5Dopen2.
Diffstat (limited to 'test/tselect.c')
-rw-r--r--test/tselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c
index 91da4c4..27bc36b 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -15432,7 +15432,7 @@ test_hyper_io_1d(void)
CHECK(fid, H5I_INVALID_HID, "H5Fopen");
/* Open the dataset */
- did = H5Dopen(fid, DNAME, H5P_DEFAULT);
+ did = H5Dopen2(fid, DNAME, H5P_DEFAULT);
CHECK(did, H5I_INVALID_HID, "H5Dopen");
/* Set up to read every 10th element in file dataspace */