summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/h5diff_30.txt
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-05-07 22:28:09 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-05-07 22:28:09 (GMT)
commit401c1bc31813f5b44d575823a2c28175bb4e86a0 (patch)
tree6437baab4e6474b4585ea5f10bac3b801a800104 /tools/testfiles/h5diff_30.txt
parent1c37e0ba3d2707b10595616f4cf5324791550f3e (diff)
downloadhdf5-401c1bc31813f5b44d575823a2c28175bb4e86a0.zip
hdf5-401c1bc31813f5b44d575823a2c28175bb4e86a0.tar.gz
hdf5-401c1bc31813f5b44d575823a2c28175bb4e86a0.tar.bz2
[svn-r6827] Purpose:
added new test files for h5diff bug fix Description: the criteria for determining the correct switch case cast to void* to type* was the data size read from disk. this was causing problems on Cray T3E, where all integer except char are 8 bytes long Solution: changed the criteria for using the memory size instead, which is determined by the same function that reads the data into memory the messages " using memory NATIVE_TYPE_X" were removed, because they might not coincid on different platforms. Platforms tested: Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
Diffstat (limited to 'tools/testfiles/h5diff_30.txt')
-rw-r--r--tools/testfiles/h5diff_30.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/testfiles/h5diff_30.txt b/tools/testfiles/h5diff_30.txt
index 03d6887..9855851 100644
--- a/tools/testfiles/h5diff_30.txt
+++ b/tools/testfiles/h5diff_30.txt
@@ -2,7 +2,7 @@
Expected output for 'h5diff h5diff_test3.h5 h5diff_test4.h5'
#############################
$h5diff h5diff_test3.h5 h5diff_test4.h5
-</dset3> found in <h5diff_test3.h5> and </dset3> found in <h5diff_test4.h5>
-</dset4> is in <h5diff_test3.h5>, but not in <h5diff_test4.h5>
-</dset5> is in <h5diff_test4.h5>, but not in <h5diff_test3.h5>
+</dset_A> found in <h5diff_test3.h5> and </dset_A> found in <h5diff_test4.h5>
+</dset_B> is in <h5diff_test3.h5>, but not in <h5diff_test4.h5>
+</dset_C> is in <h5diff_test4.h5>, but not in <h5diff_test3.h5>