diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-03-15 21:42:02 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-03-15 21:42:02 (GMT) |
commit | 18a398023aae0e93fe2e6d99c89af855a766f3e5 (patch) | |
tree | 8694dd420ea6b482da618ce7fafca88bc3cd0bfa /tools/testfiles | |
parent | 49ab3665aac51d817c362ebbc79d5835eb892484 (diff) | |
download | hdf5-18a398023aae0e93fe2e6d99c89af855a766f3e5.zip hdf5-18a398023aae0e93fe2e6d99c89af855a766f3e5.tar.gz hdf5-18a398023aae0e93fe2e6d99c89af855a766f3e5.tar.bz2 |
[svn-r12094] Purpose:
bug fix
Description:
long long type was being incorrectly printed
Solution:
added a long_long cast to print function
Platforms tested:
linux
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_53.txt | 13 | ||||
-rw-r--r-- | tools/testfiles/h5diff_54.txt | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/tools/testfiles/h5diff_53.txt b/tools/testfiles/h5diff_53.txt index 5f4aeee..cf094b6 100644 --- a/tools/testfiles/h5diff_53.txt +++ b/tools/testfiles/h5diff_53.txt @@ -8,9 +8,10 @@ Warning: Different storage datatype 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 +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 diff --git a/tools/testfiles/h5diff_54.txt b/tools/testfiles/h5diff_54.txt index e08aece..b2da2e3 100644 --- a/tools/testfiles/h5diff_54.txt +++ b/tools/testfiles/h5diff_54.txt @@ -2,9 +2,10 @@ Expected output for 'h5diff file4.h5 file4.h5 -v dset4a dset4b' ############################# Dataset: </dset4a> and </dset4b> -position dset4a dset4b difference relative ------------------------------------------------------------------------- -[ 1 0 ] 1 3 2 2 -[ 1 1 ] 1 5 4 4 -[ 2 1 ] 65 417 352 5 -6 differences found +position dset4a 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 |