diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-28 15:07:13 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-28 15:07:13 (GMT) |
commit | a9d32e4896e6577a0fa8380632f45b7f82a34fcb (patch) | |
tree | 133c385fef6d251b764a8561f1938c2f8e03081c /tools/h5diff | |
parent | 1b2c200b10842b78ac53677c83025504f38dc47e (diff) | |
download | hdf5-a9d32e4896e6577a0fa8380632f45b7f82a34fcb.zip hdf5-a9d32e4896e6577a0fa8380632f45b7f82a34fcb.tar.gz hdf5-a9d32e4896e6577a0fa8380632f45b7f82a34fcb.tar.bz2 |
[svn-r13431]
Bug fix: the macro used for percentage in the unsigned types needed a cast to signed (the difference can be negative)
Unlike the 1.6 branch the unsigned long long conversion to float is supported by H5Tconvert , so the test commented for 1.6 is run (tools/testfiles/h5diff_16_2.txt)
Diffstat (limited to 'tools/h5diff')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index d71ea78..a44a4c1 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -290,7 +290,7 @@ TOOLTEST h5diff_15.txt $FILE1 $FILE2 -r -d 5 g1/dset3 g1/dset4 TOOLTEST h5diff_16_1.txt $FILE1 $FILE1 -v -p 0.02 g1/dset5 g1/dset6 # 1.6.2 with -p (unsigned long_long) -#TOOLTEST h5diff_16_2.txt $FILE1 $FILE1 -v -p 0.02 g1/dset7 g1/dset8 +TOOLTEST h5diff_16_2.txt $FILE1 $FILE1 -v -p 0.02 g1/dset7 g1/dset8 # 1.6.3 with -p (double) TOOLTEST h5diff_16_3.txt $FILE1 $FILE1 -v -p 0.02 g1/dset9 g1/dset10 |