diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-03-17 14:43:28 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-03-17 14:43:28 (GMT) |
commit | ddf2b95cbdff88814192a3980c79ab27bb824a19 (patch) | |
tree | 2aff4d08eb0e56b28e9b3d1849e4625385288935 /tools/testfiles | |
parent | a0653c727fd304c69f562a9208af75a217ac9e6f (diff) | |
download | hdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.zip hdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.tar.gz hdf5-ddf2b95cbdff88814192a3980c79ab27bb824a19.tar.bz2 |
[svn-r12112] Purpose:
bug fixes
Description:
1) the option logic for the print of long types was done incorrectly (extra lines of code that were not supposed to be there)
2) the print of loong long types was incorrect
Solution:
1) removed the incorrect code
2) made a long long cast on the printf call
Platforms tested:
linux (32 and 64)
solaris
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_53.txt | 8 | ||||
-rw-r--r-- | tools/testfiles/h5diff_54.txt | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/testfiles/h5diff_53.txt b/tools/testfiles/h5diff_53.txt index cf094b6..24100d6 100644 --- a/tools/testfiles/h5diff_53.txt +++ b/tools/testfiles/h5diff_53.txt @@ -10,8 +10,8 @@ Warning: Different storage datatype </dset4b> has file datatype H5T_STD_I64LE position dset3a dset4b difference ------------------------------------------------------------ -[ 1 0 ] 1 3 2 -[ 1 1 ] 1 4 3 -[ 2 0 ] 1 5 4 -[ 2 1 ] 1 6 5 +[ 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 b2da2e3..65074cf 100644 --- a/tools/testfiles/h5diff_54.txt +++ b/tools/testfiles/h5diff_54.txt @@ -4,8 +4,8 @@ Expected output for 'h5diff file4.h5 file4.h5 -v dset4a dset4b' Dataset: </dset4a> and </dset4b> position dset4a dset4b difference ------------------------------------------------------------ -[ 1 0 ] 1 3 2 -[ 1 1 ] 1 4 3 -[ 2 0 ] 1 5 4 -[ 2 1 ] 1 6 5 +[ 1 0 ] 1 3 2 +[ 1 1 ] 1 4 3 +[ 2 0 ] 1 5 4 +[ 2 1 ] 1 6 5 4 differences found |