bug fix Description: one of the h5diff tests was reading the wrong hdf5 file Solution: substituted for the correct file Platforms tested: linux (small change) Misc. update:
14 lines
615 B
Plaintext
14 lines
615 B
Plaintext
#############################
|
|
Expected output for 'h5diff file4.h5 file4.h5 -v dset1a dset1b'
|
|
#############################
|
|
$h5diff file4.h5 file4.h5 -v dset1a dset1b
|
|
Dataset: </dset1a> and </dset1b>
|
|
position dset1a dset1b difference
|
|
------------------------------------------------------------
|
|
[ 1 0 ] 1 3 2
|
|
[ 1 1 ] 1 4 3
|
|
[ 2 0 ] 1 5 4
|
|
[ 2 1 ] 1 6 5
|
|
4 differences found
|
|
|