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 2013/12/02 15:48:01 UTC

svn commit: r1547039 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

Author: stefan2
Date: Mon Dec  2 14:48:00 2013
New Revision: 1547039

URL: http://svn.apache.org/r1547039
Log:
* subversion/tests/cmdline/log_tests.py
  (log_auto_move): Run this test only when that feature is supported.

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

Modified: subversion/trunk/subversion/tests/cmdline/log_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/log_tests.py?rev=1547039&r1=1547038&r2=1547039&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/log_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/log_tests.py Mon Dec  2 14:48:00 2013
@@ -2545,6 +2545,7 @@ def verify_move_log(sbox, flag, has_move
       raise SVNLogParseError("Replace of '/trunk/D' with '/trunk/C' expected, %s of %s found" % paths[1])
 
 @Issue(4355)
+@SkipUnless(server_has_auto_move)
 def log_auto_move(sbox):
   "test --auto-moves flag"