summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-3.ddl
diff options
context:
space:
mode:
authorRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-09-28 15:12:14 (GMT)
committerRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-09-28 15:12:14 (GMT)
commitaf405e8a6f2eadf3dc53d5bd99d593d0f7393c1f (patch)
tree0d44d710dce55c36615d97a18bdad61513b6c656 /tools/testfiles/tall-3.ddl
parent1b13f305ad4a5a18262c797cf9e05511904cfe73 (diff)
downloadhdf5-af405e8a6f2eadf3dc53d5bd99d593d0f7393c1f.zip
hdf5-af405e8a6f2eadf3dc53d5bd99d593d0f7393c1f.tar.gz
hdf5-af405e8a6f2eadf3dc53d5bd99d593d0f7393c1f.tar.bz2
[svn-r728] Added tests and expected optput for dumper options.
Diffstat (limited to 'tools/testfiles/tall-3.ddl')
-rw-r--r--tools/testfiles/tall-3.ddl13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/testfiles/tall-3.ddl b/tools/testfiles/tall-3.ddl
new file mode 100644
index 0000000..5c5de6b
--- /dev/null
+++ b/tools/testfiles/tall-3.ddl
@@ -0,0 +1,13 @@
+#############################
+Expected output for '../h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5'
+#############################
+HDF5 "tall.h5" {
+DATASET "/g2/dset2.1" {
+ DATATYPE { "H5T_IEEE_F32BE" }
+ DATASPACE { ARRAY ( 10 ) ( 10 ) }
+ DATA {1,1.1,1.2,1.3,1.4,1.5,1.6,1.7,1.8,1.9}
+}
+SOFTLINK "/g1/g1.2/g1.2.1/slink" {
+ linktarget "../somevalue/."
+}
+}