diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-04-06 17:43:27 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-04-06 17:43:27 (GMT) |
commit | cc2855c56ed21637f187f2253d80cd3f747f4e97 (patch) | |
tree | 60356307b0c1148924edaaf9d4282069b7791e79 /tools/testfiles | |
parent | 3de935af7bef6d33aa70682c5144861a92f3411d (diff) | |
download | hdf5-cc2855c56ed21637f187f2253d80cd3f747f4e97.zip hdf5-cc2855c56ed21637f187f2253d80cd3f747f4e97.tar.gz hdf5-cc2855c56ed21637f187f2253d80cd3f747f4e97.tar.bz2 |
[svn-r6591] Purpose:
Bug fixes
Description:
There is a typo in each of the expected output files. Corrected them.
Platforms tested:
h5committested.
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_1.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_2.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_3.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_4.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_5.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/testfiles/h5diff_1.txt b/tools/testfiles/h5diff_1.txt index 0880efa..1491ec6 100644 --- a/tools/testfiles/h5diff_1.txt +++ b/tools/testfiles/h5diff_1.txt @@ -1,7 +1,7 @@ ############################# Expected output for 'h5diff h5diff_test1.h5' ############################# -h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relativet] FILE1_NAME FILE2_NAME +h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relative] FILE1_NAME FILE2_NAME [OBJ1_NAME] Name of an HDF5 object [OBJ2_NAME] Name of an HDF5 object diff --git a/tools/testfiles/h5diff_2.txt b/tools/testfiles/h5diff_2.txt index 1a55807..6ace71f 100644 --- a/tools/testfiles/h5diff_2.txt +++ b/tools/testfiles/h5diff_2.txt @@ -2,7 +2,7 @@ Expected output for 'h5diff -x h5diff_test1.h5 h5diff_test2.h5' ############################# -x is an invalid option -h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relativet] FILE1_NAME FILE2_NAME +h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relative] FILE1_NAME FILE2_NAME [OBJ1_NAME] Name of an HDF5 object [OBJ2_NAME] Name of an HDF5 object diff --git a/tools/testfiles/h5diff_3.txt b/tools/testfiles/h5diff_3.txt index 35fcf8b..7406f04 100644 --- a/tools/testfiles/h5diff_3.txt +++ b/tools/testfiles/h5diff_3.txt @@ -1,7 +1,7 @@ ############################# Expected output for 'h5diff -h h5diff_test1.h5 h5diff_test2.h5' ############################# -h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relativet] FILE1_NAME FILE2_NAME +h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relative] FILE1_NAME FILE2_NAME [OBJ1_NAME] Name of an HDF5 object [OBJ2_NAME] Name of an HDF5 object diff --git a/tools/testfiles/h5diff_4.txt b/tools/testfiles/h5diff_4.txt index db8cd04..87608f4 100644 --- a/tools/testfiles/h5diff_4.txt +++ b/tools/testfiles/h5diff_4.txt @@ -2,7 +2,7 @@ Expected output for 'h5diff -d h5diff_test1.h5 h5diff_test2.h5' ############################# <-d h5diff_test1.h5> is not a valid option -h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relativet] FILE1_NAME FILE2_NAME +h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relative] FILE1_NAME FILE2_NAME [OBJ1_NAME] Name of an HDF5 object [OBJ2_NAME] Name of an HDF5 object diff --git a/tools/testfiles/h5diff_5.txt b/tools/testfiles/h5diff_5.txt index b150802..cae4fa5 100644 --- a/tools/testfiles/h5diff_5.txt +++ b/tools/testfiles/h5diff_5.txt @@ -2,7 +2,7 @@ Expected output for 'h5diff -d -4 h5diff_test1.h5 h5diff_test2.h5' ############################# <-d -4> is not a valid option -h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relativet] FILE1_NAME FILE2_NAME +h5diff [OBJ1_NAME] [OBJ2_NAME] [-h] [-l] [-r] [-d] [-n count] [-d delta] [-p relative] FILE1_NAME FILE2_NAME [OBJ1_NAME] Name of an HDF5 object [OBJ2_NAME] Name of an HDF5 object |