diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-03-21 16:01:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-03-21 16:01:42 (GMT) |
commit | bd73819e2682bebcde6e9c3f1183acdb9608e6ce (patch) | |
tree | 436dc84e3f19b13b9ca7346d3fc74dceed22678a /tools/testfiles | |
parent | 2db47ff504a58278019957f9e5bc446d58894fed (diff) | |
download | hdf5-bd73819e2682bebcde6e9c3f1183acdb9608e6ce.zip hdf5-bd73819e2682bebcde6e9c3f1183acdb9608e6ce.tar.gz hdf5-bd73819e2682bebcde6e9c3f1183acdb9608e6ce.tar.bz2 |
[svn-r12126] Purpose:
bug fix
Description:
the compare check for the datatype sign was not done in the correct place, causing invalid
comparisons to be made
Solution:
put it on the correct place
Platforms tested:
linux 32, 64
AIX
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_57.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/testfiles/h5diff_57.txt b/tools/testfiles/h5diff_57.txt index 82c0afc..fb5137b 100644 --- a/tools/testfiles/h5diff_57.txt +++ b/tools/testfiles/h5diff_57.txt @@ -6,14 +6,7 @@ Warning: Different storage datatype </dset7a> has file datatype H5T_STD_I8LE </dset7b> has file datatype H5T_STD_U8LE Comparison not supported: </dset7a> has sign H5T_SGN_2 and </dset7b> has sign H5T_SGN_NONE -position dset7a dset7b difference ------------------------------------------------------------- -[ 0 0 ] -1 1 2 -[ 1 0 ] -1 1 2 -[ 1 1 ] -1 1 2 -[ 2 0 ] -1 1 2 -[ 2 1 ] -1 1 2 -5 differences found +0 differences found -------------------------------- Some objects are not comparable -------------------------------- |