mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
h5dump new tests Description: added new tests for the -p option, superblock, file contents, fill values, array indices. Solution: Platforms tested: linux AIX solaris Misc. update:
24 lines
474 B
SQL
24 lines
474 B
SQL
#############################
|
|
Expected output for 'h5dump -H -B -d compact tfcontents1.h5'
|
|
#############################
|
|
HDF5 "tfcontents1.h5" {
|
|
SUPER_BLOCK {
|
|
SUPERBLOCK_VERSION 0
|
|
FREELIST_VERSION 0
|
|
SYMBOLTABLE_VERSION 0
|
|
OBJECTHEADER_VERSION 0
|
|
OFFSET_SIZE 8
|
|
LENGTH_SIZE 8
|
|
BTREE_RANK 16
|
|
BTREE_LEAF 4
|
|
FILE_DRIVER H5FD_SEC2
|
|
ISTORE_K 32
|
|
}
|
|
USER_BLOCK {
|
|
USERBLOCK_SIZE 0
|
|
}
|
|
DATASET "compact" {
|
|
}
|
|
}
|
|
h5dump error: unable to open dataset "compact"
|