summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-06 21:08:13 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-06 21:08:13 (GMT)
commit01c549696d24253a6f33679e85ecd4c1fabe453b (patch)
treefd211e2c5f72a7ecfd38a52c16b07c257e818067 /tools
parent69302997acfc2b3bf476007542c99966fb07c2c9 (diff)
downloadhdf5-01c549696d24253a6f33679e85ecd4c1fabe453b.zip
hdf5-01c549696d24253a6f33679e85ecd4c1fabe453b.tar.gz
hdf5-01c549696d24253a6f33679e85ecd4c1fabe453b.tar.bz2
[svn-r8814] Purpose:
corrected a wrong dataset name in the test script Description: Solution: Platforms tested: linux (small) Misc. update:
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/testh5dump.sh.in2
-rw-r--r--tools/testfiles/tboot1.ddl9
2 files changed, 6 insertions, 5 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in
index ecce811..648629f 100644
--- a/tools/h5dump/testh5dump.sh.in
+++ b/tools/h5dump/testh5dump.sh.in
@@ -214,7 +214,7 @@ TOOLTEST tnofilename.ddl
# rev. 2004
# tests for super block
-TOOLTEST tboot1.ddl -H -B -d compact tfcontents1.h5
+TOOLTEST tboot1.ddl -H -B -d dset tfcontents1.h5
TOOLTEST tboot2.ddl -B tfcontents2.h5
# test -p with a non existing dataset
diff --git a/tools/testfiles/tboot1.ddl b/tools/testfiles/tboot1.ddl
index 1a415f6..30e700a 100644
--- a/tools/testfiles/tboot1.ddl
+++ b/tools/testfiles/tboot1.ddl
@@ -1,5 +1,5 @@
#############################
-Expected output for 'h5dump -H -B -d compact tfcontents1.h5'
+Expected output for 'h5dump -H -B -d dset tfcontents1.h5'
#############################
HDF5 "tfcontents1.h5" {
SUPER_BLOCK {
@@ -17,7 +17,8 @@ SUPER_BLOCK {
USER_BLOCK {
USERBLOCK_SIZE 0
}
-DATASET "compact" {
- }
+DATASET "dset" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 4 ) / ( 4 ) }
+}
}
-h5dump error: unable to open dataset "compact"