summaryrefslogtreecommitdiffstats
path: root/tools/h5ls/testh5ls.sh
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-01-13 15:37:37 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-01-13 15:37:37 (GMT)
commit050ded21d307de35b0394614aa0962e8bca2f850 (patch)
treeb7c2cf2285664f0bd398fce943efc256d83b728e /tools/h5ls/testh5ls.sh
parente5630f3351dd32cac2da76985d69c13658152a98 (diff)
downloadhdf5-050ded21d307de35b0394614aa0962e8bca2f850.zip
hdf5-050ded21d307de35b0394614aa0962e8bca2f850.tar.gz
hdf5-050ded21d307de35b0394614aa0962e8bca2f850.tar.bz2
[svn-r16299] Print a message of
Storage: information not available When displaying storage information for VL and dataset region types Added 2 shell runs that display this information #818 Tested: windows, linux
Diffstat (limited to 'tools/h5ls/testh5ls.sh')
-rwxr-xr-xtools/h5ls/testh5ls.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5ls/testh5ls.sh b/tools/h5ls/testh5ls.sh
index 0bae60b..8194bfb 100755
--- a/tools/h5ls/testh5ls.sh
+++ b/tools/h5ls/testh5ls.sh
@@ -173,6 +173,12 @@ TOOLTEST tattr2.ls 0 -w80 -v -S tattr2.h5
# test for non-existing file
TOOLTEST nosuchfile.ls 0 nosuchfile.h5
+# test for variable length data types in verbose mode
+TOOLTEST tvldtypes2.ls 0 -v tvldtypes1.h5
+
+# test for dataset region references data types in verbose mode
+TOOLTEST tdatareg.ls 0 -v tdatareg.h5
+
if test $nerrors -eq 0 ; then
echo "All h5ls tests passed."
fi