bug fix, new features Description: when comparing links , the output for the number of differences found was not being done Solution: print it add 3 more tests that test the output of differences for 1) groups 2) datatypes 3) links Platforms tested: linux Misc. update:
17 lines
814 B
Plaintext
17 lines
814 B
Plaintext
#############################
|
|
Expected output for 'h5diff file4.h5 file4.h5 -v dset3a dset4b'
|
|
#############################
|
|
Dataset: </dset3a> and </dset4b>
|
|
Warning: Different storage datatype
|
|
</dset3a> has file datatype H5T_STD_I32LE
|
|
</dset4b> has file datatype H5T_STD_I64LE
|
|
Warning: Different storage datatype
|
|
</dset3a> has file datatype H5T_STD_I32LE
|
|
</dset4b> has file datatype H5T_STD_I64LE
|
|
position dset3a dset4b difference relative
|
|
------------------------------------------------------------------------
|
|
[ 1 0 ] 1 3 2 2
|
|
[ 1 1 ] 1 5 4 4
|
|
[ 2 1 ] 65 417 352 5
|
|
6 differences found
|