mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
4a5f83b8f0
bug fix Description: when 2 objects were not comparable, the final print information for the non verbose mode printed "0 differences found" Solution: replaced instead with a Summary message that says "Some objects were not comparable" Platforms tested: linux solaris Misc. update:
27 lines
979 B
Plaintext
27 lines
979 B
Plaintext
#############################
|
|
Expected output for 'h5diff file1.h5 file2.h5 -v'
|
|
#############################
|
|
|
|
file1 file2
|
|
---------------------------------------
|
|
x x /g1
|
|
x x /g1/dset1
|
|
x /g1/dset2
|
|
x /g1/dset3
|
|
x /g1/dset4
|
|
x /g2
|
|
|
|
Group: </g1> and </g1>
|
|
Dataset: </g1/dset1> and </g1/dset1>
|
|
position dset1 dset1 difference
|
|
------------------------------------------------------------
|
|
[ 0 1 ] 1.000000 1.100000 0.100000
|
|
[ 1 0 ] 1.000000 1.010000 0.010000
|
|
[ 1 1 ] 1.000000 1.001000 0.001000
|
|
[ 2 0 ] 1.000000 1.000100 0.000100
|
|
Group: </> and </>
|
|
----------------------------------------------------
|
|
Summary
|
|
----------------------------------------------------
|
|
4 differences found
|