summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 19:36:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 19:36:37 (GMT)
commit4de2ed16c0ec5c555b048afb764b29be5186ada3 (patch)
treeb09b3fdb968585f0322164de80c46140c7652fbc /tools
parent7e461bc202cbafd6dc76b2b4bfd526687de0d5ae (diff)
downloadhdf5-4de2ed16c0ec5c555b048afb764b29be5186ada3.zip
hdf5-4de2ed16c0ec5c555b048afb764b29be5186ada3.tar.gz
hdf5-4de2ed16c0ec5c555b048afb764b29be5186ada3.tar.bz2
[svn-r7325] Purpose:
Code cleanup Description: Changed parameter from "<number>:<number>" form to "<number>" Platforms tested: h5committested
Diffstat (limited to 'tools')
-rwxr-xr-xtools/h5dump/testh5dump.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh b/tools/h5dump/testh5dump.sh
index 13046d5..6855cba 100755
--- a/tools/h5dump/testh5dump.sh
+++ b/tools/h5dump/testh5dump.sh
@@ -118,7 +118,7 @@ TOOLTEST tcomp-1.ddl tcompound.h5
# test for named data types
TOOLTEST tcomp-2.ddl -t /type1 --datatype /type2 --datatype=/group1/type3 tcompound.h5
# test for unamed type
-TOOLTEST tcomp-3.ddl -t /#5992:0 -g /group2 tcompound.h5
+TOOLTEST tcomp-3.ddl -t /#6632 -g /group2 tcompound.h5
#test for the nested compound type
TOOLTEST tnestcomp-1.ddl tnestedcomp.h5