diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-07-10 13:22:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-07-10 13:22:14 (GMT) |
commit | 8019ed0b59e9a363b9974922871366a720b45053 (patch) | |
tree | aae302f165cad4cd1b3d838cc75cd91316636c7f /tools/testfiles/tordercontents2.ddl | |
parent | 7417af566e402a521ab11f41e8196813a3f6b153 (diff) | |
download | hdf5-8019ed0b59e9a363b9974922871366a720b45053.zip hdf5-8019ed0b59e9a363b9974922871366a720b45053.tar.gz hdf5-8019ed0b59e9a363b9974922871366a720b45053.tar.bz2 |
[svn-r22534] Correct contents of reference files
Diffstat (limited to 'tools/testfiles/tordercontents2.ddl')
-rw-r--r-- | tools/testfiles/tordercontents2.ddl | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/tools/testfiles/tordercontents2.ddl b/tools/testfiles/tordercontents2.ddl index 430638b..6757338 100644 --- a/tools/testfiles/tordercontents2.ddl +++ b/tools/testfiles/tordercontents2.ddl @@ -1,11 +1,20 @@ -HDF5 "torderattr.h5" { +HDF5 "tfcontents1.h5" { FILE_CONTENTS { + datatype /#5616 group / - datatype /tt - datatype /t - group /gt - group /g - dataset /dt - dataset /d + unknown type of UD link /udlink -> ??? + link /softlink -> /dset + datatype /mytype + link /mylink -> mylink + group /g2 + dataset /g2/dset2 + group /g1 + group /g1/g1.1 -> /g2 + dataset /g1/dset1 -> /g2/dset2 + ext link /extlink -> fname oname + dataset /dsetmytype2 + dataset /dset4 -> /g2/dset2 + dataset /dset3 -> /g2/dset2 + dataset /dset -> /g2/dset2 } } |