You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/02/03 01:12:23 UTC

svn commit: r1066702 - in /subversion/trunk: notes/xfail-status subversion/tests/cmdline/depth_tests.py

Author: danielsh
Date: Thu Feb  3 00:12:23 2011
New Revision: 1066702

URL: http://svn.apache.org/viewvc?rev=1066702&view=rev
Log:
Add an issue # to an XFail test.

* notes/xfail-status
* subversion/tests/cmdline/depth_tests.py
  (info_excluded): Is issue #3792.

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

Modified: subversion/trunk/notes/xfail-status
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/xfail-status?rev=1066702&r1=1066701&r2=1066702&view=diff
==============================================================================
--- subversion/trunk/notes/xfail-status (original)
+++ subversion/trunk/notes/xfail-status Thu Feb  3 00:12:23 2011
@@ -160,7 +160,7 @@ LISTING: depth_tests.py
 Test #  Mode   Test Description
 ------  -----  ----------------
   36    XFAIL  'info' should treat excluded item as versioned
-  Issue #: None
+  Issue #: 3792
   Target Milestone: N/A 
   Thread: N/A
   Log: r876772

Modified: subversion/trunk/subversion/tests/cmdline/depth_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/depth_tests.py?rev=1066702&r1=1066701&r2=1066702&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/depth_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/depth_tests.py Thu Feb  3 00:12:23 2011
@@ -2339,6 +2339,7 @@ def exclude_keeps_hidden_entries(sbox):
                                      'mkdir', 'C')
 
 
+# Issue 3792.
 def info_excluded(sbox):
   "'info' should treat excluded item as versioned"