diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-22 14:29:21 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-22 14:29:21 (GMT) |
commit | a5f1d15035deb7b400f6228da936f1b96664aa35 (patch) | |
tree | 5ec7c5cab2035ef00a38bce95ad43cfaebf3fc22 /tools/testfiles/tcontents.ddl | |
parent | 18a656663a73a693cabf49d6f4858f7af311e6f5 (diff) | |
download | hdf5-a5f1d15035deb7b400f6228da936f1b96664aa35.zip hdf5-a5f1d15035deb7b400f6228da936f1b96664aa35.tar.gz hdf5-a5f1d15035deb7b400f6228da936f1b96664aa35.tar.bz2 |
[svn-r8715] Purpose:
h5dump output change, new tests
Description:
the storage layout output format the storage layout output format had some changes
same for the user defined filter
add an option (-y) for not printing the array indices (default is print indices )
the option for escaping non printable characters covers all characters (default is not escape)
(this might be not very portable, the test files are tstring.ddl and tstringe.ddl )
add tests for the new options
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/testfiles/tcontents.ddl')
-rw-r--r-- | tools/testfiles/tcontents.ddl | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/tools/testfiles/tcontents.ddl b/tools/testfiles/tcontents.ddl index 5e5b683..825e29b 100644 --- a/tools/testfiles/tcontents.ddl +++ b/tools/testfiles/tcontents.ddl @@ -4,6 +4,9 @@ Expected output for 'h5dump -n tfilters.h5' HDF5 "tfilters.h5" { FILE_CONTENTS { dataset /all + dataset /alloc_time_early + dataset /alloc_time_incr + dataset /alloc_time_late dataset /bitfield dataset /char dataset /chunked @@ -12,10 +15,13 @@ FILE_CONTENTS { dataset /deflate dataset /enum dataset /external - dataset /fill_early - dataset /fill_ifset - dataset /fill_never + dataset /fill_time_alloc + dataset /fill_time_ifset + dataset /fill_time_never dataset /fletcher32 + group /g1 + dataset /g1/mydset + link /g1/slink dataset /myfilter datatype /mytype datatype /myvlen |