summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-06-25 19:39:08 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-06-25 19:39:08 (GMT)
commit2522e278a8fbaa308d6974493fb5f0c381642d94 (patch)
treec8549e8b190919a587e7f0c13f75b3e144e104e4 /test/tselect.c
parent224c6cbe591b5e10a8340f5bcb722db59e8efff6 (diff)
downloadhdf5-2522e278a8fbaa308d6974493fb5f0c381642d94.zip
hdf5-2522e278a8fbaa308d6974493fb5f0c381642d94.tar.gz
hdf5-2522e278a8fbaa308d6974493fb5f0c381642d94.tar.bz2
[svn-r27284] Modify VDS implementation to always use FAPL and DAPL from VDS file and dataset
to open source files and datasets, instead of using the default property lists. Modify VDS to reject attempts at parallel I/O, fix parallel compile error. Modify VDS to not write fill value to memory buffer if the fill value is undefined. Other minor fixes/cleanup. Tested: ummon
Diffstat (limited to 'test/tselect.c')
-rw-r--r--test/tselect.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/tselect.c b/test/tselect.c
index 7e142f3..a665cf2 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -13432,8 +13432,9 @@ test_hyper_unlim(void)
//VDSINC write test saving unlim selection to file as region reference
//VDSINC write tests for more general AND/NOTA/NOTB operations with
- //unlimited selections. Also return values from H5Sget_select_npoints and
- // H5Shyper_get_select_nblocks for unlimited selections
+ //unlimited selections. Also return values from H5Sget_select_npoints,
+ //H5Shyper_get_select_nblocks, and H5Sget_select_bounds for unlimited
+ //selections
/* Close the dataspace */
ret = H5Sclose(sid);