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:15:47 UTC

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

Author: breser
Date: Thu Oct 24 21:15:47 2013
New Revision: 1535551

URL: http://svn.apache.org/r1535551
Log:
* subversion/tests/cmdline/log_tests.py
  (log_diff_moved): Remove a comment that no longer is important.
    The command that follows it used to fail but that has been
    fixed so it's not expected to fail anymore.

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=1535551&r1=1535550&r2=1535551&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/log_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/log_tests.py Thu Oct 24 21:15:47 2013
@@ -2265,7 +2265,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)