[svn-r8813] Purpose:

bug fix

Description:
one run from the tests had a wrong dataset  name

Solution:

Platforms tested:
linux (small )

Misc. update:
This commit is contained in:
Pedro Vicente Nunes 2004-07-06 16:07:05 -05:00
parent 4535e598f7
commit 343de4f091
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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"