summaryrefslogtreecommitdiffstats
path: root/src/H5Doh.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 /src/H5Doh.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 'src/H5Doh.c')
-rw-r--r--src/H5Doh.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5Doh.c b/src/H5Doh.c
index 388f4cf..2e52102 100644
--- a/src/H5Doh.c
+++ b/src/H5Doh.c
@@ -401,9 +401,7 @@ H5O__dset_bh_info(H5F_t *f, hid_t dxpl_id, H5O_t *oh, H5_ih_info_t *bh_info)
else if(layout.type == H5D_VIRTUAL
&& (layout.storage.u.virt.serial_list_hobjid.addr != HADDR_UNDEF)) {
size_t virtual_heap_size;
- /* Need to write a test for this. No assert here for now because the
- * code is reached by h5_verify_cached_stabs() but it is not properly
- * tested. VDSINC */
+
/* Get size of global heap object for virtual dataset */
if(H5HG_get_obj_size(f, dxpl_id, &(layout.storage.u.virt.serial_list_hobjid), &virtual_heap_size) < 0)
HGOTO_ERROR(H5E_DATASET, H5E_CANTGET, FAIL, "can't get global heap size for virtual dataset mapping")