summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-06 21:07:05 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-06 21:07:05 (GMT)
commit343de4f091522f66f422ea283224fcdc81c52b76 (patch)
tree18313cb3153b3f752f5d2c4b59515834ab231891 /tools/testfiles
parent4535e598f709e4d9bed0f5de1076d5e77b7441ab (diff)
downloadhdf5-343de4f091522f66f422ea283224fcdc81c52b76.zip
hdf5-343de4f091522f66f422ea283224fcdc81c52b76.tar.gz
hdf5-343de4f091522f66f422ea283224fcdc81c52b76.tar.bz2
[svn-r8813] Purpose:
bug fix Description: one run from the tests had a wrong dataset name Solution: Platforms tested: linux (small ) Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/tboot1.ddl9
1 files changed, 5 insertions, 4 deletions
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"