diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-07 22:02:34 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-07 22:02:34 (GMT) |
commit | 373d50bb3fb32d6cd34de7f9e32af396499282b1 (patch) | |
tree | 89cb3770c8cde229da820173e8eb27f5efac480f /tools/h5dump/testh5dump.sh.in | |
parent | 585d31b7cb6cacfec86f68fc3dd66c0e67aafbd8 (diff) | |
download | hdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.zip hdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.tar.gz hdf5-373d50bb3fb32d6cd34de7f9e32af396499282b1.tar.bz2 |
[svn-r8826] Purpose:
h5dump new tests
Description:
added more tests for the escape/not escape feature for string data (with vlen, with
compound, with char data)
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index bf6f097..88b40c1 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -240,15 +240,16 @@ TOOLTEST tfill.ddl -p tfvalues.h5 TOOLTEST treference.ddl tattr2.h5 # escape/not escape non printable characters -TOOLTEST tstringe.ddl -e -d string tfilters.h5 -TOOLTEST tstring.ddl -d string tfilters.h5 +TOOLTEST tstringe.ddl -e tstr3.h5 +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 - # tests for filters # SZIP option="-H -p -d szip tfilters.h5" |