diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-07-11 15:15:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-07-11 15:15:21 (GMT) |
commit | 5096b7d3ec1047e234049f351b111ef62deb6030 (patch) | |
tree | 354c7efc0093d470b56ba77675e020dfa84ba338 /tools/testfiles/tordercontents2.ddl | |
parent | 91de89d57e82581f3ca5ed4fdea9f0f7cd94d339 (diff) | |
download | hdf5-5096b7d3ec1047e234049f351b111ef62deb6030.zip hdf5-5096b7d3ec1047e234049f351b111ef62deb6030.tar.gz hdf5-5096b7d3ec1047e234049f351b111ef62deb6030.tar.bz2 |
[svn-r22551] Merge changes from Trunk revision 22550 for:
HDFFV-4206, -7953, -5930, -2687, -5942
Tested: local linux with cmake
Diffstat (limited to 'tools/testfiles/tordercontents2.ddl')
-rw-r--r-- | tools/testfiles/tordercontents2.ddl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/testfiles/tordercontents2.ddl b/tools/testfiles/tordercontents2.ddl new file mode 100644 index 0000000..6757338 --- /dev/null +++ b/tools/testfiles/tordercontents2.ddl @@ -0,0 +1,20 @@ +HDF5 "tfcontents1.h5" { +FILE_CONTENTS { + datatype /#5616 + group / + 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 + } +} |