summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcontents.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-06 20:07:03 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-06 20:07:03 (GMT)
commit4535e598f709e4d9bed0f5de1076d5e77b7441ab (patch)
tree31f79fe87fbda10d9af69d2a04eb9b7619021a44 /tools/testfiles/tcontents.ddl
parente8337826c8f2a9baea10234370cbe7955edb6d0a (diff)
downloadhdf5-4535e598f709e4d9bed0f5de1076d5e77b7441ab.zip
hdf5-4535e598f709e4d9bed0f5de1076d5e77b7441ab.tar.gz
hdf5-4535e598f709e4d9bed0f5de1076d5e77b7441ab.tar.bz2
[svn-r8812] Purpose:
h5dump new tests Description: added new tests for the -p option, superblock, file contents, fill values, array indices. Solution: Platforms tested: linux AIX solaris Misc. update:
Diffstat (limited to 'tools/testfiles/tcontents.ddl')
-rw-r--r--tools/testfiles/tcontents.ddl41
1 files changed, 13 insertions, 28 deletions
diff --git a/tools/testfiles/tcontents.ddl b/tools/testfiles/tcontents.ddl
index f8bc9bf..43afb9d 100644
--- a/tools/testfiles/tcontents.ddl
+++ b/tools/testfiles/tcontents.ddl
@@ -1,35 +1,20 @@
#############################
-Expected output for 'h5dump -n tfilters.h5'
+Expected output for 'h5dump -n tfcontents1.h5'
#############################
-HDF5 "tfilters.h5" {
+HDF5 "tfcontents1.h5" {
FILE_CONTENTS {
- dataset /all
- dataset /alloc_time_early
- dataset /alloc_time_incr
- dataset /alloc_time_late
- dataset /bitfield
- dataset /char
- dataset /chunked
- dataset /compact
- dataset /contiguous
- dataset /deflate
- dataset /enum
- dataset /external
- dataset /fill_time_alloc
- dataset /fill_time_ifset
- dataset /fill_time_never
- dataset /fletcher32
+ datatype /#5696
+ dataset /dset
+ dataset /dset3 -> /dset
+ dataset /dset4 -> /dset
+ dataset /dsetmytype2
group /g1
- dataset /g1/mydset
- dataset /hlink to all -> /all
- dataset /myfilter
+ dataset /g1/dset1 -> /dset
+ group /g1/g1.1
+ dataset /g1/g1.1/dset2 -> /dset
+ group /g2 -> /g1/g1.1
+ link /mylink -> mylink
datatype /mytype
- datatype /myvlen
- dataset /reference
- dataset /shuffle
- link /slink to all -> all
- dataset /string
- dataset /szip
- dataset /vlen
+ link /softlink -> /dset
}
}