summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dump.sh.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-11-18 19:41:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-11-18 19:41:25 (GMT)
commite52f682ced87729e2a1ea47320aab69d3bc16b67 (patch)
tree267f3aa152ff06c62eecb9644f6a325c99c3f720 /tools/h5dump/testh5dump.sh.in
parent49db749a01f37c04ab9366b7832126c01e923dd8 (diff)
downloadhdf5-e52f682ced87729e2a1ea47320aab69d3bc16b67.zip
hdf5-e52f682ced87729e2a1ea47320aab69d3bc16b67.tar.gz
hdf5-e52f682ced87729e2a1ea47320aab69d3bc16b67.tar.bz2
[svn-r9542] Purpose:
Bug fix (#264) Description: h5dump did not print attribute data in ASCII format when -r is used. Solution: Added the ability to print in ASCII for Attributes Data also. Added a test for printing Attributes with -r option. Platforms tested: H5committested. Also in heping. Misc. update: Update MANIFEST.
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r--tools/h5dump/testh5dump.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index afc1038..24fa908 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -198,6 +198,9 @@ TOOLTEST tlarge_objname.ddl -w157 tlarge_objname.h5
# test '-A' to suppress data but print attr's
TOOLTEST tall-2A.ddl -A tall.h5
+# test '-r' to print attributes in ASCII instead of decimal
+TOOLTEST tall-2B.ddl -A -r tall.h5
+
# test Subsetting
TOOLTEST tall-4s.ddl --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 --count=3,2 --block=1,1 tall.h5
TOOLTEST tall-5s.ddl -d "/g1/g1.1/dset1.1.2[0;2;10;]" tall.h5