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

svn commit: r1069591 - in /subversion/trunk: notes/xfail-status subversion/tests/cmdline/prop_tests.py

Author: pburba
Date: Thu Feb 10 22:24:29 2011
New Revision: 1069591

URL: http://svn.apache.org/viewvc?rev=1069591&view=rev
Log:
Associate another XFailing test with appropriate issue.

* notes/xfail-status: Update

* subversion/tests/cmdline/prop_tests.py
  Add relevant @Issue decorator.


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

Modified: subversion/trunk/notes/xfail-status
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/xfail-status?rev=1069591&r1=1069590&r2=1069591&view=diff
==============================================================================
--- subversion/trunk/notes/xfail-status (original)
+++ subversion/trunk/notes/xfail-status Thu Feb 10 22:24:29 2011
@@ -321,8 +321,8 @@ Test #  Mode   Test Description
   Point Person: Unassigned
   
   26    XFAIL  test handling invalid svn:* property values
-  Issue #: None
-  Target Milestone: N/A 
+  Issue #: 3086
+  Target Milestone: 1.8-consider
   Thread: N/A
   Log: r871212
   Point Person: danielsh 

Modified: subversion/trunk/subversion/tests/cmdline/prop_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/prop_tests.py?rev=1069591&r1=1069590&r2=1069591&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/prop_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/prop_tests.py Thu Feb 10 22:24:29 2011
@@ -1627,6 +1627,7 @@ def props_over_time(sbox):
 # XFail the same reason revprop_change() is.
 @SkipUnless(svntest.main.server_enforces_date_syntax)
 @XFail(svntest.main.is_ra_type_dav)
+@Issue(3086)
 def invalid_propvalues(sbox):
   "test handling invalid svn:* property values"