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:
21 lines
483 B
SQL
21 lines
483 B
SQL
#############################
|
|
Expected output for 'h5dump -n tfcontents1.h5'
|
|
#############################
|
|
HDF5 "tfcontents1.h5" {
|
|
FILE_CONTENTS {
|
|
datatype /#5696
|
|
dataset /dset
|
|
dataset /dset3 -> /dset
|
|
dataset /dset4 -> /dset
|
|
dataset /dsetmytype2
|
|
group /g1
|
|
dataset /g1/dset1 -> /dset
|
|
group /g1/g1.1
|
|
dataset /g1/g1.1/dset2 -> /dset
|
|
group /g2 -> /g1/g1.1
|
|
link /mylink -> mylink
|
|
datatype /mytype
|
|
link /softlink -> /dset
|
|
}
|
|
}
|