[svn-r15238]

Moved all h5diff testfiles from /tools/testfiles to tools/h5diff/testfiles

Tested: linux, solaris
This commit is contained in:
Pedro Vicente Nunes
2008-06-19 10:34:12 -05:00
parent b98dea5cf1
commit 83ddc834f4
77 changed files with 81 additions and 80 deletions

View File

@@ -0,0 +1,13 @@
#############################
Expected output for 'h5diff -r h5diff_basic1.h5 h5diff_basic2.h5 g1/dset1 g1/dset2'
#############################
dataset: </g1/dset1> and </g1/dset2>
size: [3x2] [3x2]
position dset1 dset2 difference
------------------------------------------------------------
[ 0 0 ] 1 0 1
[ 0 1 ] 1 1.1 0.1
[ 1 0 ] 1 1.01 0.01
[ 1 1 ] 1 1.001 0.001
[ 2 1 ] 0 1 1
5 differences found