diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-09 15:14:53 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-09 15:14:53 (GMT) |
commit | 6baa1ca5d29fbb877ec8b9a9f193bb5ec1515636 (patch) | |
tree | 9d0f1777c48db334f87409ed23fa8ce9eb4b77a3 /tools/h5dump/testh5dump.sh.in | |
parent | fc30490143366c4558e239d3e70d266760e9a0be (diff) | |
download | hdf5-6baa1ca5d29fbb877ec8b9a9f193bb5ec1515636.zip hdf5-6baa1ca5d29fbb877ec8b9a9f193bb5ec1515636.tar.gz hdf5-6baa1ca5d29fbb877ec8b9a9f193bb5ec1515636.tar.bz2 |
[svn-r8852] Purpose:
h5dump new tests
Description:
added new tests for the print of array indices (nested objects, several ranks)
Solution:
Platforms tested:
linux
AIX
solaris
Misc. update:
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 88b40c1..afc1038 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -245,10 +245,10 @@ TOOLTEST tstring.ddl tstr3.h5 # char data as ASCII with non escape TOOLTEST tstring2.ddl -r -d str4 tstr3.h5 -# array indices print/not print, large dataset -TOOLTEST tindicesyes.ddl -d compact tfilters.h5 -TOOLTEST tindicesno.ddl -y -d compact tfilters.h5 -TOOLTEST tindiceslarge.ddl -p -d 3d tfilters.h5 +# array indices print/not print +TOOLTEST tindicesyes.ddl taindices.h5 +TOOLTEST tindicesno.ddl -y taindices.h5 + # tests for filters # SZIP |