summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcomp-3.ddl
diff options
context:
space:
mode:
authorRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-10-29 06:40:30 (GMT)
committerRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-10-29 06:40:30 (GMT)
commit8d2cb24e512c43b075ad50b6d664e2843918d942 (patch)
treee97f1af422ce7c65cdd0807ea1fe4053f60608a7 /tools/testfiles/tcomp-3.ddl
parent049e666104470f74f45af5b00aa83d336ba53bf5 (diff)
downloadhdf5-8d2cb24e512c43b075ad50b6d664e2843918d942.zip
hdf5-8d2cb24e512c43b075ad50b6d664e2843918d942.tar.gz
hdf5-8d2cb24e512c43b075ad50b6d664e2843918d942.tar.bz2
[svn-r827] Updated expected output for dumper tests.
Diffstat (limited to 'tools/testfiles/tcomp-3.ddl')
-rw-r--r--tools/testfiles/tcomp-3.ddl38
1 files changed, 38 insertions, 0 deletions
diff --git a/tools/testfiles/tcomp-3.ddl b/tools/testfiles/tcomp-3.ddl
new file mode 100644
index 0000000..20a3661
--- /dev/null
+++ b/tools/testfiles/tcomp-3.ddl
@@ -0,0 +1,38 @@
+#############################
+Expected output for '../h5dump -d /group2/dset5 -g /group1 tcompound.h5'
+#############################
+HDF5 "tcompound.h5" {
+DATASET "/group2/dset5" {
+ DATATYPE {
+ HARDLINK { "#3432:0" }
+ }
+ DATASPACE { ARRAY ( 5 ) ( 5 ) }
+ DATA {
+ {0,0}, {1,1}, {2,2}, {3,3}, {4,4}
+ }
+}
+GROUP "/group1" {
+ DATASET "dset2" {
+ DATATYPE {
+ HARDLINK { "/type1" }
+ }
+ DATASPACE { ARRAY ( 5 ) ( 5 ) }
+ DATA {
+ {0,0}, {1,1.1}, {2,2.2}, {3,3.3}, {4,4.4}
+ }
+ }
+ DATASET "dset4" {
+ DATATYPE {
+ HARDLINK { "/group1/type3" }
+ }
+ DATASPACE { ARRAY ( 5 ) ( 5 ) }
+ DATA {
+ {0,0}, {1,1}, {2,2}, {3,3}, {4,4}
+ }
+ }
+ DATATYPE "type3" {
+ H5T_STD_I32BE int;
+ H5T_IEEE_F32BE float;
+ }
+}
+}