summaryrefslogtreecommitdiff
path: root/subversion/tests/cmdline/atomic-ra-revprop-change.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/tests/cmdline/atomic-ra-revprop-change.c')
-rw-r--r--subversion/tests/cmdline/atomic-ra-revprop-change.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/tests/cmdline/atomic-ra-revprop-change.c b/subversion/tests/cmdline/atomic-ra-revprop-change.c
index 4f3d763..023ba42 100644
--- a/subversion/tests/cmdline/atomic-ra-revprop-change.c
+++ b/subversion/tests/cmdline/atomic-ra-revprop-change.c
@@ -99,8 +99,8 @@ change_rev_prop(const char *url,
SVN_ERR(construct_auth_baton(&callbacks->auth_baton, config_dir, pool));
SVN_ERR(construct_config(&config, config_dir, pool));
- SVN_ERR(svn_ra_open4(&sess, NULL, url, NULL, callbacks, NULL /* baton */,
- config, pool));
+ SVN_ERR(svn_ra_open5(&sess, NULL, NULL, url, NULL,
+ callbacks, NULL /* baton */, config, pool));
SVN_ERR(svn_ra_has_capability(sess, &capable,
SVN_RA_CAPABILITY_ATOMIC_REVPROPS,