diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-09-06 15:54:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-09-06 15:54:22 (GMT) |
commit | 3bed8703631cbcffb215ccd82235fcc293e14218 (patch) | |
tree | bf56b0bcd4f41986f17138059f6349df78f0c059 /tools/testfiles/tcontents.ddl | |
parent | 3eb8c81b8046d282ced9c2d94e7132058243013e (diff) | |
download | hdf5-3bed8703631cbcffb215ccd82235fcc293e14218.zip hdf5-3bed8703631cbcffb215ccd82235fcc293e14218.tar.gz hdf5-3bed8703631cbcffb215ccd82235fcc293e14218.tar.bz2 |
[svn-r14136] Description:
Move H5Gget_num_objs() and several minor macros, etc. to deprecated
symbols section, replacing it with H5Gget_info().
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (kagiso)
Linux/64 2.6 (smirom)
AIX/32 5.3 (copper)
Solaris/32 5.10 (linew)
Mac OS X/32 10.4.10 (amazon)
Diffstat (limited to 'tools/testfiles/tcontents.ddl')
-rw-r--r-- | tools/testfiles/tcontents.ddl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testfiles/tcontents.ddl b/tools/testfiles/tcontents.ddl index 905bac5..2bb59b9 100644 --- a/tools/testfiles/tcontents.ddl +++ b/tools/testfiles/tcontents.ddl @@ -4,6 +4,7 @@ Expected output for 'h5dump -n tfcontents1.h5' HDF5 "tfcontents1.h5" { FILE_CONTENTS { datatype /#5616 + group / dataset /dset dataset /dset3 -> /dset dataset /dset4 -> /dset @@ -17,6 +18,6 @@ FILE_CONTENTS { link /mylink -> mylink datatype /mytype link /softlink -> /dset - UD link type /udlink -> + unknown type of UD link /udlink -> ??? } } |