summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-30 18:22:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-30 18:22:43 (GMT)
commitaf4d79cbb6ab621414f5c72366dadc7910e7402a (patch)
tree7fb167099fedf023d4dabe8064a7fc9032568772 /test
parent0bd67539d65658d3fc6dfe2a5f0d578909e81780 (diff)
downloadhdf5-af4d79cbb6ab621414f5c72366dadc7910e7402a.zip
hdf5-af4d79cbb6ab621414f5c72366dadc7910e7402a.tar.gz
hdf5-af4d79cbb6ab621414f5c72366dadc7910e7402a.tar.bz2
HDFFV-10143 change put to replace and add const
Diffstat (limited to 'test')
-rw-r--r--test/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin.c b/test/plugin.c
index c739b72..359bbdd 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -876,7 +876,7 @@ test_filter_path_apis(void)
TESTING(" replace");
/* Replace one path*/
HDsprintf(pathname, "a_path_%d", 20);
- if (H5PLput(pathname, 1) < 0) {
+ if (H5PLreplace(pathname, 1) < 0) {
HDfprintf(stderr," replace 1: %s\n", pathname);
TEST_ERROR
}