Author: julianfoad
Date: Mon Aug 26 13:05:40 2019
New Revision: 1865935

URL: http://svn.apache.org/viewvc?rev=1865935&view=rev
Log:
Follow-up to r1865929: Change test to XFail, adding issue number.

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

Modified: subversion/trunk/subversion/tests/cmdline/changelist_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/changelist_tests.py?rev=1865935&r1=1865934&r2=1865935&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/changelist_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/changelist_tests.py Mon Aug 26 
13:05:40 2019
@@ -571,6 +571,8 @@ def info_with_changelists(sbox):
 
 #----------------------------------------------------------------------
 
+@XFail()
+@Issue(4826)
 def diff_with_changelists(sbox):
   "diff --changelist (wc-wc and repos-wc)"
 
@@ -624,12 +626,6 @@ def diff_with_changelists(sbox):
 
         # And, compare!
         if (paths != expected_paths):
-          ### XFAIL case
-          if is_repos_wc and (depth == 'empty' or depth == 'files' or depth == 
'immediates') and subdir != '.':
-            print("XFAIL case: depth=%s, subdir='%s'\nexpect=%s\nactual=%s" % 
(depth, subdir,
-                  str(expected_paths), str(paths)))
-            continue
-
           raise svntest.Failure("Expected paths (%s) and actual paths (%s) "
                                 "don't gel"
                                 % (str(expected_paths), str(paths)))


Reply via email to