You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2016/01/27 17:24:35 UTC

svn commit: r1727115 - /subversion/trunk/subversion/tests/cmdline/svnsync_tests.py

Author: philip
Date: Wed Jan 27 16:24:35 2016
New Revision: 1727115

URL: http://svn.apache.org/viewvc?rev=1727115&view=rev
Log:
* subversion/tests/cmdline/svnsync_tests.py (up_to_date_sync): Tweak test.

Modified:
    subversion/trunk/subversion/tests/cmdline/svnsync_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/svnsync_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnsync_tests.py?rev=1727115&r1=1727114&r2=1727115&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnsync_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnsync_tests.py Wed Jan 27 16:24:35 2016
@@ -585,7 +585,8 @@ def up_to_date_sync(sbox):
   run_sync(dest_sbox.repo_url)
 
   # Another sync should be a no-op
-  run_sync(dest_sbox.repo_url)
+  svntest.actions.run_and_verify_svnsync([], [],
+                                         "synchronize", dest_sbox.repo_url)
 
 
 ########################################################################