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 19:41:33 (GMT)
commit4014d5109ce952e62cdaf8dd5f893f72c80d0779 (patch)
treed02c61e3368f0ef669c818150799be660740dc1c /test
parentbe52ecea8ca22aacf928d59cd09d13533c9fc8fb (diff)
downloadhdf5-4014d5109ce952e62cdaf8dd5f893f72c80d0779.zip
hdf5-4014d5109ce952e62cdaf8dd5f893f72c80d0779.tar.gz
hdf5-4014d5109ce952e62cdaf8dd5f893f72c80d0779.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 6eae259..53eaf21 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
}