summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-08-21 19:57:29 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-08-21 19:57:29 (GMT)
commit32bf83f1cf00df5079d8a5e2f16422a28d1fa53d (patch)
tree482f580ff8909e18ebeba05807b2a219de6813b3 /test/tselect.c
parent1821b64d49521335c4b364d8504e57782120419b (diff)
downloadhdf5-32bf83f1cf00df5079d8a5e2f16422a28d1fa53d.zip
hdf5-32bf83f1cf00df5079d8a5e2f16422a28d1fa53d.tar.gz
hdf5-32bf83f1cf00df5079d8a5e2f16422a28d1fa53d.tar.bz2
[svn-r27546] Add tests for H5O__dset_bh_info (H5Oget_info) and unlimited selections in a
region reference. Tested: ummon
Diffstat (limited to 'test/tselect.c')
-rw-r--r--test/tselect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tselect.c b/test/tselect.c
index 2a975d0..2062e73 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -13656,8 +13656,6 @@ test_hyper_unlim(void)
VERIFY(count2[1], H5S_UNLIMITED, "H5Sget_select_bounds");
VERIFY(count2[2], start[2] + (stride[2] * (count[2] - (hsize_t)1)) + block[2] - (hsize_t)1, "H5Sget_select_bounds");
- //VDSINC write test saving unlim selection to file as region reference
-
/* Close the dataspace */
ret = H5Sclose(sid);
CHECK(ret, FAIL, "H5Sclose");