summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-07-02 18:08:57 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-07-02 18:08:57 (GMT)
commitd16874dcad270f42fc3dc197c3d42e39f576082f (patch)
treeebf19384ef7f98808de715430a07fbc888423ff4
parenta2850083e7107861bc0e0d64b047d77edd3bb156 (diff)
downloadhdf5-d16874dcad270f42fc3dc197c3d42e39f576082f.zip
hdf5-d16874dcad270f42fc3dc197c3d42e39f576082f.tar.gz
hdf5-d16874dcad270f42fc3dc197c3d42e39f576082f.tar.bz2
[svn-r1411]
fixed a bug. need the comment at the top of the file
-rw-r--r--tools/testfiles/tdset-1.ddl3
-rw-r--r--tools/testfiles/tdset-2.ddl3
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/testfiles/tdset-1.ddl b/tools/testfiles/tdset-1.ddl
index ed7e9fc..520489d 100644
--- a/tools/testfiles/tdset-1.ddl
+++ b/tools/testfiles/tdset-1.ddl
@@ -1,3 +1,6 @@
+#############################
+Expected output for 'h5dump tdset.h5'
+#############################
HDF5 "tdset.h5" {
GROUP "/" {
DATASET "dset1" {
diff --git a/tools/testfiles/tdset-2.ddl b/tools/testfiles/tdset-2.ddl
index 43cc72d..a857c9d 100644
--- a/tools/testfiles/tdset-2.ddl
+++ b/tools/testfiles/tdset-2.ddl
@@ -1,3 +1,6 @@
+#############################
+Expected output for 'h5dump -header -d dset1 /dset2 dset3 tdset.h5'
+#############################
HDF5 "tdset.h5" {
DATASET "dset1" {
DATATYPE { H5T_STD_I32BE }