mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
4535e598f7
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:
23 lines
402 B
SQL
23 lines
402 B
SQL
#############################
|
|
Expected output for 'h5dump -B tfcontents2.h5'
|
|
#############################
|
|
HDF5 "tfcontents2.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
|
|
}
|
|
GROUP "/" {
|
|
}
|
|
}
|