Files
hdf5/tools/testfiles/h5diff_57.txt
Pedro Vicente Nunes 2a7d7e5121 [svn-r8642] Purpose:
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:
2004-06-10 10:12:34 -05:00

14 lines
532 B
Plaintext

#############################
Expected output for 'h5diff file4.h5 file4.h5 -v dset7a dset7b'
#############################
$h5diff file4.h5 file4.h5 -v dset7a dset7b
Dataset: </dset7a> and </dset7b>
Warning: Different storage datatype
</dset7a> has file datatype H5T_STD_I8LE
</dset7b> has file datatype H5T_STD_U8LE
Warning: Different storage datatype
</dset7a> has file datatype H5T_STD_I8LE
</dset7b> has file datatype H5T_STD_U8LE
Comparison not supported: </dset7a> has sign H5T_SGN_2 and </dset7b> has sign H5T_SGN_NONE