diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-04-28 23:56:32 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-04-28 23:56:32 (GMT) |
commit | c37bcc12fcb51330a640adc82de5caaf388e9f92 (patch) | |
tree | 035582ed081f60033ed1fc9160e5b0c32981fd99 /tools/testfiles/h5diff_055.txt | |
parent | 23a8546574873e201838f2424c7326d4014ba903 (diff) | |
download | hdf5-c37bcc12fcb51330a640adc82de5caaf388e9f92.zip hdf5-c37bcc12fcb51330a640adc82de5caaf388e9f92.tar.gz hdf5-c37bcc12fcb51330a640adc82de5caaf388e9f92.tar.bz2 |
[svn-r6771] Purpose:
added more tests, described in the test matrix
Description:
test -r
test -l
expanded -d, -p and -n tests
test different types to include links and named types
test for non supported classes, e.g bitfield, opaque , etc
Platforms tested:
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)
Misc. update:
Diffstat (limited to 'tools/testfiles/h5diff_055.txt')
-rw-r--r-- | tools/testfiles/h5diff_055.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/testfiles/h5diff_055.txt b/tools/testfiles/h5diff_055.txt new file mode 100644 index 0000000..941aeb7 --- /dev/null +++ b/tools/testfiles/h5diff_055.txt @@ -0,0 +1,18 @@ +############################# +Expected output for 'h5diff -p 0x1 h5diff_test1.h5 h5diff_test2.h5' +############################# +$h5diff -p 0x1 h5diff_test1.h5 h5diff_test2.h5 +<-p 0x1> is not a valid option +Usage: h5diff [obj1_name] [obj2_name] [OPTIONS] file1_name file2_name +Items in [ ] are optional +[obj1_name] Name of an HDF5 object +[obj2_name] Name of an HDF5 object +file1_name File name of the first HDF5 file +file2_name File name of the second HDF5 file +[OPTIONS] are: +[-h ] Print out this information +[-l ] List contents of file +[-r ] Print only what objects differ +[-n count] Print difference up to count number for each variable +[-d delta] Print difference when it is greater than limit delta +[-p relative] Print differences which are within a relative error value |