diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-09 21:13:53 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-11-09 21:13:53 (GMT) |
commit | 40b3a8dee9bd7ece6e9e3a2740d804e93c83f589 (patch) | |
tree | cfb50604505cedc8c4c09467ca1f0336ea43f7dd /windows/tools | |
parent | f9d2419501f22f655738f717f758adab464b78a7 (diff) | |
download | hdf5-40b3a8dee9bd7ece6e9e3a2740d804e93c83f589.zip hdf5-40b3a8dee9bd7ece6e9e3a2740d804e93c83f589.tar.gz hdf5-40b3a8dee9bd7ece6e9e3a2740d804e93c83f589.tar.bz2 |
[svn-r19751] Purpose:
Fixed Bug# 1979 Output from h5ls -rdlS on nested compound datatypes is
difficult to parse.
Description:
Update to add curly brackets for the nested compound members, when
S (--simple) option is used with -l (--label), so user can tell
which members blong to which compound type.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32)
Diffstat (limited to 'windows/tools')
-rw-r--r-- | windows/tools/h5ls/testh5ls.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/tools/h5ls/testh5ls.bat b/windows/tools/h5ls/testh5ls.bat index 953216d..f15274c 100644 --- a/windows/tools/h5ls/testh5ls.bat +++ b/windows/tools/h5ls/testh5ls.bat @@ -218,6 +218,9 @@ rem ############################################################################ rem test for the nested compound type
call :tooltest tnestcomp-1.ls 0 -w80 -r -d tnestedcomp.h5
+ call :tooltest tnestcomp-2.ls 0 -w80 -r -d -S tnestedcomp.h5
+ call :tooltest tnestcomp-3.ls 0 -w80 -r -d -l tnestedcomp.h5
+ call :tooltest tnestcomp-4.ls 0 -w80 -r -d -l -S tnestedcomp.h5
rem test for loop detection
call :tooltest tloop-1.ls 0 -w80 -r -d tloop.h5
|