You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/02/08 00:17:22 UTC

svn commit: r1443775 - /subversion/trunk/subversion/tests/cmdline/update_tests.py

Author: rhuijben
Date: Thu Feb  7 23:17:21 2013
New Revision: 1443775

URL: http://svn.apache.org/r1443775
Log:
* subversion/tests/cmdline/update_tests.py
  (windows_update_backslash): Mark XFail on ra-dav as the backslash in the
    path somehow causes a HTTP 404 error.

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

Modified: subversion/trunk/subversion/tests/cmdline/update_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/update_tests.py?rev=1443775&r1=1443774&r2=1443775&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/update_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/update_tests.py Thu Feb  7 23:17:21 2013
@@ -6567,6 +6567,7 @@ def move_update_props(sbox):
 
 @Issues(3288)
 @SkipUnless(svntest.main.is_os_windows)
+@XFail(svntest.main.is_ra_type_dav)
 def windows_update_backslash(sbox):
   "test filename with backslashes inside"