mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
4535e598f7
commit
343de4f091
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user