summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff/h5diffgentest.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-29 20:40:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-29 20:40:05 (GMT)
commit2ece66e999876e78dcc8561ee2a2122e88fb14a1 (patch)
tree0ae2e59473b78cf26dd91c05df021cdf2a63325d /tools/test/h5diff/h5diffgentest.c
parentcf4e78b3c9d1f1ed6687b24bbd738a63b9812a9e (diff)
parent6a1cf090c6a2f970084c714a2f75a31d68a0a6a8 (diff)
downloadhdf5-2ece66e999876e78dcc8561ee2a2122e88fb14a1.zip
hdf5-2ece66e999876e78dcc8561ee2a2122e88fb14a1.tar.gz
hdf5-2ece66e999876e78dcc8561ee2a2122e88fb14a1.tar.bz2
Merge pull request #2716 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '6a1cf090c6a2f970084c714a2f75a31d68a0a6a8': Correct reference file Correct h5diff filenames
Diffstat (limited to 'tools/test/h5diff/h5diffgentest.c')
-rw-r--r--tools/test/h5diff/h5diffgentest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/test/h5diff/h5diffgentest.c b/tools/test/h5diff/h5diffgentest.c
index df79aa1..bdc2ddc 100644
--- a/tools/test/h5diff/h5diffgentest.c
+++ b/tools/test/h5diff/h5diffgentest.c
@@ -94,11 +94,11 @@ size_t H5TOOLS_MALLOCSIZE = (128 * 1024 * 1024);
#define NON_COMPARBLES1 "non_comparables1.h5"
#define NON_COMPARBLES2 "non_comparables2.h5"
/* string dataset and attribute */
-#define DIFF_STRINGS1 "diff_strings1.h5"
-#define DIFF_STRINGS2 "diff_strings2.h5"
+#define DIFF_STRINGS1 "h5diff_strings1.h5"
+#define DIFF_STRINGS2 "h5diff_strings2.h5"
/* double dataset and epsilon */
-#define DIFF_EPS1 "diff_eps1.h5"
-#define DIFF_EPS2 "diff_eps2.h5"
+#define DIFF_EPS1 "h5diff_eps1.h5"
+#define DIFF_EPS2 "h5diff_eps2.h5"
#define UIMAX 4294967295u /*Maximum value for a variable of type unsigned int */
#define STR_SIZE 3