summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/h5diff_15.txt
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-20 19:20:01 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-07-20 19:20:01 (GMT)
commitc911905f27df9a23e1f4d2ced33771b7b8f14126 (patch)
tree1cb91ddef3edc083e4682ace1647e969977b3af5 /tools/testfiles/h5diff_15.txt
parentf75ed67d2b624fa4b72207eba13c9f0a34605a47 (diff)
downloadhdf5-c911905f27df9a23e1f4d2ced33771b7b8f14126.zip
hdf5-c911905f27df9a23e1f4d2ced33771b7b8f14126.tar.gz
hdf5-c911905f27df9a23e1f4d2ced33771b7b8f14126.tar.bz2
[svn-r8903] Purpose:
h5diff and h5repack changes Description: h5diff introduced the following four modes of output: Normal mode: print the number of differences found and where they occured Report mode: print the above plus the differences Verbose mode: print the above plus a list of objects and warnings Quiet mode: do not print output (h5diff always returns an exit code of 1 when differences are found) h5repack added an extra parameter for SZIP filter (coding method) the new syntax is -f SZIP=<pixels per block,coding> (pixels per block is a even number in 2-32 and coding method is 'EC' or 'NN') Example of use: ./h5repack -i file1 -o file2 -f SZIP=8,NN -v updated usage messages, test scripts and files accordingly Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/testfiles/h5diff_15.txt')
-rw-r--r--tools/testfiles/h5diff_15.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/tools/testfiles/h5diff_15.txt b/tools/testfiles/h5diff_15.txt
index 961c652..e2aeb88 100644
--- a/tools/testfiles/h5diff_15.txt
+++ b/tools/testfiles/h5diff_15.txt
@@ -1,7 +1,13 @@
#############################
-Expected output for 'h5diff file1.h5 file2.h5 -v -r g1/dset1 g1/dset2'
+Expected output for 'h5diff file1.h5 file2.h5 -r -d 5 g1/dset3 g1/dset4'
#############################
-$h5diff file1.h5 file2.h5 -v -r g1/dset1 g1/dset2
-Dataset: </g1/dset1> and </g1/dset2>
-4 differences found
-
+position dset3 dset4 difference
+------------------------------------------------------------
+[ 0 0 ] 100.000000 110.000000 10.000000
+[ 0 1 ] 110.000000 100.000000 10.000000
+[ 1 0 ] 100.000000 90.000000 10.000000
+[ 1 1 ] 100.000000 80.000000 20.000000
+[ 2 0 ] 100.000000 140.000000 40.000000
+[ 2 1 ] 100.000000 200.000000 100.000000
+Dataset: </g1/dset3> and </g1/dset4>
+6 differences found