You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/10/24 23:20:01 UTC

svn commit: r1535554 - in /subversion/branches/1.7.x-issue4153: ./ subversion/tests/cmdline/log_tests.py

Author: breser
Date: Thu Oct 24 21:20:01 2013
New Revision: 1535554

URL: http://svn.apache.org/r1535554
Log:
On the 1.7.x-issue4153 branch: Merge r1535551 from trunk

Modified:
    subversion/branches/1.7.x-issue4153/   (props changed)
    subversion/branches/1.7.x-issue4153/subversion/tests/cmdline/log_tests.py

Propchange: subversion/branches/1.7.x-issue4153/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1535551

Modified: subversion/branches/1.7.x-issue4153/subversion/tests/cmdline/log_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x-issue4153/subversion/tests/cmdline/log_tests.py?rev=1535554&r1=1535553&r2=1535554&view=diff
==============================================================================
--- subversion/branches/1.7.x-issue4153/subversion/tests/cmdline/log_tests.py (original)
+++ subversion/branches/1.7.x-issue4153/subversion/tests/cmdline/log_tests.py Thu Oct 24 21:20:01 2013
@@ -2199,7 +2199,6 @@ def log_diff_moved(sbox):
   compare_diff_output(r3diff, log_chain[0]['diff_lines'])
   compare_diff_output(r2diff, log_chain[1]['diff_lines'])
 
-  # XFAIL mu3 not found at revisions 0 and 1
   exit_code, output, err = svntest.actions.run_and_verify_svn(None, None, [],
                                                               'log', '--diff',
                                                               mu3_at_3)