You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/05/21 15:17:02 UTC

svn commit: r946999 - /subversion/trunk/subversion/tests/libsvn_client/client-test.c

Author: stsp
Date: Fri May 21 13:17:02 2010
New Revision: 946999

URL: http://svn.apache.org/viewvc?rev=946999&view=rev
Log:
* subversion/tests/libsvn_client/client-test.c
  (test_patch): Asking svn_client_patch() to remove tempfiles if you
   want to look at the tempfiles after patching is silly.

Modified:
    subversion/trunk/subversion/tests/libsvn_client/client-test.c

Modified: subversion/trunk/subversion/tests/libsvn_client/client-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_client/client-test.c?rev=946999&r1=946998&r2=946999&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_client/client-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_client/client-test.c Fri May 21 13:17:02 2010
@@ -384,7 +384,7 @@ test_patch(const svn_test_opts_t *opts,
   pcb.reject_tempfiles = apr_hash_make(pool);
   pcb.state_pool = pool;
   SVN_ERR(svn_client_patch(patch_file_path, wc_path, FALSE, 0, FALSE,
-                           NULL, NULL, FALSE, TRUE, patch_collection_func,
+                           NULL, NULL, FALSE, FALSE, patch_collection_func,
                            &pcb, ctx, pool, pool));
   SVN_ERR(svn_io_file_close(patch_file, pool));