summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Cao <xcao@hdfgroup.org>2011-03-08 22:11:39 (GMT)
committerPeter Cao <xcao@hdfgroup.org>2011-03-08 22:11:39 (GMT)
commit869a942926b159b698fe77da56e41d103722afb9 (patch)
treea77915e7884a37665666eb8abd3426b0aa3ee2cc /tools
parent8245bf15728bb73ee4290cb70e08a63ada205657 (diff)
downloadhdf5-869a942926b159b698fe77da56e41d103722afb9.zip
hdf5-869a942926b159b698fe77da56e41d103722afb9.tar.gz
hdf5-869a942926b159b698fe77da56e41d103722afb9.tar.bz2
[svn-r20204] Add test case for check -y -o options
Diffstat (limited to 'tools')
-rw-r--r--tools/testfiles/tall-6.ddl27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/testfiles/tall-6.ddl b/tools/testfiles/tall-6.ddl
new file mode 100644
index 0000000..199c7f3
--- /dev/null
+++ b/tools/testfiles/tall-6.ddl
@@ -0,0 +1,27 @@
+#############################
+Expected output for 'h5dump -y -o data -d /g1/g1.1/dset1.1.1 tall.h5'
+#############################
+HDF5 "tall.h5" {
+DATASET "/g1/g1.1/dset1.1.1" {
+ DATATYPE H5T_STD_I32BE
+ DATASPACE SIMPLE { ( 10, 10 ) / ( 10, 10 ) }
+ DATA {
+ }
+ ATTRIBUTE "attr1" {
+ DATATYPE H5T_STD_I8BE
+ DATASPACE SIMPLE { ( 27 ) / ( 27 ) }
+ DATA {
+ 49, 115, 116, 32, 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111,
+ 102, 32, 100, 115, 101, 116, 49, 46, 49, 46, 49, 0
+ }
+ }
+ ATTRIBUTE "attr2" {
+ DATATYPE H5T_STD_I8BE
+ DATASPACE SIMPLE { ( 27 ) / ( 27 ) }
+ DATA {
+ 50, 110, 100, 32, 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111,
+ 102, 32, 100, 115, 101, 116, 49, 46, 49, 46, 49, 0
+ }
+ }
+}
+}