diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-03-25 20:27:47 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-03-25 20:27:47 (GMT) |
commit | 1b008c03aaa5f04ec440675bfdac437eda42d446 (patch) | |
tree | b4c1fe06204ad99f1e42457e198149b06dd588fb /tools/testfiles/h5diff_612.txt | |
parent | 9c79ce84eec25571e012d03ba8e731afa1dcabe3 (diff) | |
download | hdf5-1b008c03aaa5f04ec440675bfdac437eda42d446.zip hdf5-1b008c03aaa5f04ec440675bfdac437eda42d446.tar.gz hdf5-1b008c03aaa5f04ec440675bfdac437eda42d446.tar.bz2 |
[svn-r8282] Purpose:
bug fix
Description:
the -p option was not parsing correctly if the input was in the exponential format
Solution:
add a new parse test for floating point numbers
Platforms tested:
linux
Misc. update:
Diffstat (limited to 'tools/testfiles/h5diff_612.txt')
-rw-r--r-- | tools/testfiles/h5diff_612.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/h5diff_612.txt b/tools/testfiles/h5diff_612.txt index 98a6183..803b64e 100644 --- a/tools/testfiles/h5diff_612.txt +++ b/tools/testfiles/h5diff_612.txt @@ -1,7 +1,7 @@ ############################# Expected output for 'h5diff file1.h5 file2.h5 -p -4 g1/dset3 g1/dset4' ############################# --4 is an invalid option +Not a valid -p option Usage: h5diff file1 file2 [OPTIONS] [obj1[obj2]] file1 File name of the first HDF5 file |