summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorPeter Cao <xcao@hdfgroup.org>2011-03-09 13:07:38 (GMT)
committerPeter Cao <xcao@hdfgroup.org>2011-03-09 13:07:38 (GMT)
commita56b49aaba5f5b6ad15ddf4dfc044a4bf55885a9 (patch)
tree71806a343c43b7607d62a85f0b9b0dd3996c57a7 /tools/h5dump
parentb22867e42b6fba61151f387a459b2c47844eabde (diff)
downloadhdf5-a56b49aaba5f5b6ad15ddf4dfc044a4bf55885a9.zip
hdf5-a56b49aaba5f5b6ad15ddf4dfc044a4bf55885a9.tar.gz
hdf5-a56b49aaba5f5b6ad15ddf4dfc044a4bf55885a9.tar.bz2
[svn-r20206] Updated manifest and source code for fixing h5dump -y -o problem
Diffstat (limited to 'tools/h5dump')
-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 96be2b9..37dee72 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -633,6 +633,9 @@ TOOLTEST textlink.ddl textlink.h5
# test for error stack display (BZ2048)
TOOLTEST3 filter_fail.ddl -E filter_fail.h5
+# test for -o -y for dataset with attributes
+TOOLTEST tall-6.ddl -y -o data -d /g1/g1.1/dset1.1.1 tall.h5
+
# Report test results and exit
if test $nerrors -eq 0 ; then
echo "All $TESTNAME tests passed."