summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-04-25 18:19:40 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-04-25 18:19:40 (GMT)
commit50c9a237255f5e1917e564e9f1f0d2bc95f3ac04 (patch)
tree70443d8454bf1d1302a88e722d233661bb928bc1 /tools/testfiles
parent8b90adeac6716fe17fc0f4241bdd48333d15941a (diff)
downloadhdf5-50c9a237255f5e1917e564e9f1f0d2bc95f3ac04.zip
hdf5-50c9a237255f5e1917e564e9f1f0d2bc95f3ac04.tar.gz
hdf5-50c9a237255f5e1917e564e9f1f0d2bc95f3ac04.tar.bz2
[svn-r12297] Purpose:
new feature Description: added support for the printout of dataset region references differences added a new test for this merged the h5diff generator of test files into a single file Solution: Platforms tested: linux 32, 64 solaris Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r--tools/testfiles/file7.h5bin19104 -> 20768 bytes
-rw-r--r--tools/testfiles/file8.h5bin19104 -> 20768 bytes
-rw-r--r--tools/testfiles/h5diff_80.txt14
3 files changed, 14 insertions, 0 deletions
diff --git a/tools/testfiles/file7.h5 b/tools/testfiles/file7.h5
index 18dd816..4b6aa3c 100644
--- a/tools/testfiles/file7.h5
+++ b/tools/testfiles/file7.h5
Binary files differ
diff --git a/tools/testfiles/file8.h5 b/tools/testfiles/file8.h5
index 643483b..1229ea7 100644
--- a/tools/testfiles/file8.h5
+++ b/tools/testfiles/file8.h5
Binary files differ
diff --git a/tools/testfiles/h5diff_80.txt b/tools/testfiles/h5diff_80.txt
index a3a5b15..2e0c6ac 100644
--- a/tools/testfiles/h5diff_80.txt
+++ b/tools/testfiles/h5diff_80.txt
@@ -5,6 +5,7 @@ Expected output for 'h5diff file7.h5 file8.h5 -v'
file1 file2
---------------------------------------
x x /dset
+ x x /dsetref
x x /g1
x x /g1/array
x x /g1/array2D
@@ -36,6 +37,7 @@ file1 file2
x x /g1/vlen
x x /g1/vlen2D
x x /g1/vlen3D
+ x x /refreg
Dataset: </dset> and </dset>
position dset dset difference
@@ -43,6 +45,8 @@ position dset dset difference
[ 0 ] 1 0 1
[ 1 ] 2 0 2
2 differences found
+Dataset: </dsetref> and </dsetref>
+0 differences found
Group: </g1> and </g1>
0 differences found
Dataset: </g1/array> and </g1/array>
@@ -710,6 +714,16 @@ position vlen3D vlen3D difference
[ 3 2 1 ] 58 0 58
[ 3 2 1 ] 59 0 59
59 differences found
+Dataset: </refreg> and </refreg>
+Referenced dataset 5888 5888
+------------------------------------------------------------
+Region blocks
+block #0 (2,2)-(7,7) (0,0)-(2,2)
+Region points
+point #0 (6,9) (5,8)
+point #1 (2,2) (3,3)
+point #2 (8,4) (7,5)
+4 differences found
Group: </> and </>
0 differences found
--------------------------------