You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/02/07 23:22:27 UTC

svn commit: r1068184 - /subversion/trunk/subversion/tests/cmdline/atomic-ra-revprop-change.c

Author: hwright
Date: Mon Feb  7 22:22:27 2011
New Revision: 1068184

URL: http://svn.apache.org/viewvc?rev=1068184&view=rev
Log:
One more deprecated function fix-up.

* subversion/tests/cmdline/atomic-ra-revprop-change.c
  (change_rev_prop): Use svn_ra_open4().

Modified:
    subversion/trunk/subversion/tests/cmdline/atomic-ra-revprop-change.c

Modified: subversion/trunk/subversion/tests/cmdline/atomic-ra-revprop-change.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/atomic-ra-revprop-change.c?rev=1068184&r1=1068183&r2=1068184&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/atomic-ra-revprop-change.c (original)
+++ subversion/trunk/subversion/tests/cmdline/atomic-ra-revprop-change.c Mon Feb  7 22:22:27 2011
@@ -152,7 +152,7 @@ change_rev_prop(const char *url,
   SVN_ERR(construct_auth_baton(&callbacks->auth_baton, pool));
   SVN_ERR(construct_config(&config, http_library, pool));
 
-  SVN_ERR(svn_ra_open3(&sess, url, NULL, callbacks, NULL /* baton */,
+  SVN_ERR(svn_ra_open4(&sess, NULL, url, NULL, callbacks, NULL /* baton */,
                        config, pool));
 
   SVN_ERR(svn_ra_has_capability(sess, &capable,