diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-09-14 19:52:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-09-14 19:52:42 (GMT) |
commit | 43db8230440604cac42af68264465c8a24605647 (patch) | |
tree | 1fc8f9d2969ab3a4243ce2f64316e028ed11fd7e /tools/h5dump | |
parent | fa3eab20dddb1b816e36c41d8bdb189ec34bbd0a (diff) | |
download | hdf5-43db8230440604cac42af68264465c8a24605647.zip hdf5-43db8230440604cac42af68264465c8a24605647.tar.gz hdf5-43db8230440604cac42af68264465c8a24605647.tar.bz2 |
[svn-r17475] Added error handling to h5dump and region reference handling functions in the tools lib. Bring back from NPOESS. Added missing tests to h5dump test script for region references.
Tested: local linux
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 5bf7f75..3ffff50 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -489,6 +489,9 @@ fi # test for dataset region references TOOLTEST tdatareg.ddl tdatareg.h5 +TOOLTEST tdataregR.ddl -R tdatareg.h5 +TOOLTEST tattrreg.ddl tattrreg.h5 +TOOLTEST tattrregR.ddl -R tattrreg.h5 # tests for group creation order # "1" tracked, "2" name, root tracked |