summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-01-20 22:27:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-01-20 22:27:06 (GMT)
commitbbaf0809568b8e31442c9633d99006c7a80b5aff (patch)
treec5ea3253a2cccce837ecc1043919b388ca253bd8 /tools/h5diff
parent363c5e67a5b2c2f7e53af6c89f337dcf01fbb47e (diff)
downloadhdf5-bbaf0809568b8e31442c9633d99006c7a80b5aff.zip
hdf5-bbaf0809568b8e31442c9633d99006c7a80b5aff.tar.gz
hdf5-bbaf0809568b8e31442c9633d99006c7a80b5aff.tar.bz2
HDFFV-10118 correct dataset name
Diffstat (limited to 'tools/h5diff')
-rw-r--r--tools/h5diff/testfiles/h5diff_ud.txt4
-rw-r--r--tools/h5diff/testfiles/h5diff_udfail.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5diff/testfiles/h5diff_ud.txt b/tools/h5diff/testfiles/h5diff_ud.txt
index 7c9bb5e..ddda3ff 100644
--- a/tools/h5diff/testfiles/h5diff_ud.txt
+++ b/tools/h5diff/testfiles/h5diff_ud.txt
@@ -2,10 +2,10 @@
file1 file2
---------------------------------------
x x /
- x x /dynlib2
+ x x /dynlibud
group : </> and </>
0 differences found
-dataset: </dynlib2> and </dynlib2>
+dataset: </dynlibud> and </dynlibud>
0 differences found
EXIT CODE: 0
diff --git a/tools/h5diff/testfiles/h5diff_udfail.txt b/tools/h5diff/testfiles/h5diff_udfail.txt
index 7eb1155..c154c6b 100644
--- a/tools/h5diff/testfiles/h5diff_udfail.txt
+++ b/tools/h5diff/testfiles/h5diff_udfail.txt
@@ -2,11 +2,11 @@
file1 file2
---------------------------------------
x x /
- x x /dynlib2
+ x x /dynlibud
group : </> and </>
0 differences found
-dataset: </dynlib2> and </dynlib2>
+dataset: </dynlibud> and </dynlibud>
0 differences found
-warning: dataset </dynlib2> cannot be read, user defined filter is not available
+warning: dataset </dynlibud> cannot be read, user defined filter is not available
EXIT CODE: 2