summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/h5diff_53.txt
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-03-15 18:08:47 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-03-15 18:08:47 (GMT)
commite7fd69d4e585880979f9124ad67d5efdfc7ee05c (patch)
tree146048611f062f939dbd4daad5e623154e9fa36b /tools/testfiles/h5diff_53.txt
parenta2a98a8135c3efee38b04b1d07e4602cdff1f1ef (diff)
downloadhdf5-e7fd69d4e585880979f9124ad67d5efdfc7ee05c.zip
hdf5-e7fd69d4e585880979f9124ad67d5efdfc7ee05c.tar.gz
hdf5-e7fd69d4e585880979f9124ad67d5efdfc7ee05c.tar.bz2
[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:
Diffstat (limited to 'tools/testfiles/h5diff_53.txt')
-rw-r--r--tools/testfiles/h5diff_53.txt19
1 files changed, 12 insertions, 7 deletions
diff --git a/tools/testfiles/h5diff_53.txt b/tools/testfiles/h5diff_53.txt
index 814ae9a..5f4aeee 100644
--- a/tools/testfiles/h5diff_53.txt
+++ b/tools/testfiles/h5diff_53.txt
@@ -2,10 +2,15 @@
Expected output for 'h5diff file4.h5 file4.h5 -v dset3a dset4b'
#############################
Dataset: </dset3a> and </dset4b>
-position dset3a dset4b difference
-------------------------------------------------------------
-[ 1 0 ] 1 3 2
-[ 1 1 ] 1 4 3
-[ 2 0 ] 1 5 4
-[ 2 1 ] 1 6 5
-4 differences found
+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