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 2011/02/04 16:56:22 UTC

svn commit: r1067201 - in /subversion/trunk: notes/xfail-status subversion/tests/cmdline/copy_tests.py

Author: philip
Date: Fri Feb  4 15:56:22 2011
New Revision: 1067201

URL: http://svn.apache.org/viewvc?rev=1067201&view=rev
Log:
* notes/xfail-status
  (copy_tests.py 24): Update issue and milestone.

* subversion/tests/cmdline/copy_tests.py
  (wc_to_wc_copy_deleted): Mention issue number.

Modified:
    subversion/trunk/notes/xfail-status
    subversion/trunk/subversion/tests/cmdline/copy_tests.py

Modified: subversion/trunk/notes/xfail-status
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/xfail-status?rev=1067201&r1=1067200&r2=1067201&view=diff
==============================================================================
--- subversion/trunk/notes/xfail-status (original)
+++ subversion/trunk/notes/xfail-status Fri Feb  4 15:56:22 2011
@@ -114,8 +114,8 @@ LISTING: copy_tests.py
 Test #  Mode   Test Description
 ------  -----  ----------------
   24    XFAIL  wc to wc copy with deleted=true items
-  Issue #: 2101, 2020
-  Target Milestone: Unscheduled (But both issues marked as resolved).
+  Issue #: 3776
+  Target Milestone: 1.7
   Thread: N/A
   Log: r879708, r959450
   Point Person: philip, gstein

Modified: subversion/trunk/subversion/tests/cmdline/copy_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/copy_tests.py?rev=1067201&r1=1067200&r2=1067201&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Fri Feb  4 15:56:22 2011
@@ -1493,7 +1493,7 @@ def wc_to_wc_copy_between_different_repo
     raise svntest.Failure
 
 #----------------------------------------------------------------------
-#  Regression test for issues 2101 and 2020
+#  Regression test for issues 2101, 2020 and 3776
 
 def wc_to_wc_copy_deleted(sbox):
   "wc to wc copy with deleted=true items"