diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-05 21:19:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-05 21:19:38 (GMT) |
commit | 71f0aeff2a564ed6cc7a22be09b0a698f9e12e13 (patch) | |
tree | 03c0a3a388e34b0efa97d11904a9057e75065617 /tools/h5dump/testh5dump.sh | |
parent | 3bc05bfd2470fb0ae2301d511e48b708493a8e6b (diff) | |
download | hdf5-71f0aeff2a564ed6cc7a22be09b0a698f9e12e13.zip hdf5-71f0aeff2a564ed6cc7a22be09b0a698f9e12e13.tar.gz hdf5-71f0aeff2a564ed6cc7a22be09b0a698f9e12e13.tar.bz2 |
[svn-r7540] Purpose:
Bug fixes and code cleanup
Description:
Changes to h5dump code:
- Dump shared datatypes for any class of datatype, not just compound
datatypes.
- Cleaned up formatting to greatly reduce the amount of trailing
whitespace emitted in output. Also removed some spurious blank
lines from named datatype output.
Added code to generate named datatype attribute test file.
Added tests for dumping named datatypes in attributes for both DDL and
XML output.
Platforms tested:
FreeBSD 4.9 (sleipnir)
h5committest
Diffstat (limited to 'tools/h5dump/testh5dump.sh')
-rwxr-xr-x | tools/h5dump/testh5dump.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh b/tools/h5dump/testh5dump.sh index d1dfe0c..2e214d8 100755 --- a/tools/h5dump/testh5dump.sh +++ b/tools/h5dump/testh5dump.sh @@ -100,6 +100,8 @@ TOOLTEST tattr-1.ddl tattr.h5 TOOLTEST tattr-2.ddl -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h5 # test for header and error messages TOOLTEST tattr-3.ddl --header -a /attr2 --attribute=/attr tattr.h5 +# test for displaying shared datatype in attribute +TOOLTEST tnamed_dtype_attr.ddl -A tnamed_dtype_attr.h5 # test for displaying soft links TOOLTEST tslink-1.ddl tslink.h5 |