summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-02-13 22:03:12 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-02-13 22:03:12 (GMT)
commitb4294d8d3e5937527e9814f23d04df412ebbe770 (patch)
treecdf766d7a2b0d2a228e7dcbf69e6973aff0fe60f /test
parente62c1ca9be2415a98526d30943425dfcb4f95963 (diff)
parentc9475f57e580ed7dc9efea3390623ee48cba2507 (diff)
downloadhdf5-b4294d8d3e5937527e9814f23d04df412ebbe770.zip
hdf5-b4294d8d3e5937527e9814f23d04df412ebbe770.tar.gz
hdf5-b4294d8d3e5937527e9814f23d04df412ebbe770.tar.bz2
Merge pull request #5 in ~VCHOI/my_hdf5_fork from ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds
* commit 'c9475f57e580ed7dc9efea3390623ee48cba2507': Added comment for clarification about latest as 1.10. Platforms tested: Linux/64 (jelly) Linux/32 (jam)
Diffstat (limited to 'test')
-rw-r--r--test/gen_bounds.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/gen_bounds.c b/test/gen_bounds.c
index b3ef0e3..9702176 100644
--- a/test/gen_bounds.c
+++ b/test/gen_bounds.c
@@ -268,9 +268,11 @@ error:
* gen_latest_latest() creates file "bounds_latest_latest.h5"
*
* File contents:
- * - Version 3 superblock (H5Fcreate with H5F_ACC_SWMR_WRITE)
+ * - Version 3 superblock (triggered by H5Fcreate with H5F_ACC_SWMR_WRITE)
* - A chunked dataset with layout version 4, "DS_chunked_layout_4". (H5Pset_chunk_opts)
*
+ * NOTE: As of Feb 2018, latest is 1.10.
+ *
* Return: SUCCEED/FAIL
*
***********************************************************************/