[svn-r12092] Purpose:

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:
This commit is contained in:
Pedro Vicente Nunes
2006-03-15 13:08:47 -05:00
parent a2a98a8135
commit e7fd69d4e5
26 changed files with 136 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
#############################
Expected output for 'h5diff file3.h5 file3.h5 -v dset link'
Expected output for 'h5diff file3.h5 file3.h5 -v dset l1'
#############################
Comparison not possible: </dset> is of type H5G_DATASET and </link> is of type H5G_LINK
Comparison not possible: </dset> is of type H5G_DATASET and </l1> is of type H5G_LINK
--------------------------------
Some objects are not comparable
--------------------------------