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 2012/11/15 07:04:59 UTC

svn commit: r1409655 - /subversion/trunk/subversion/tests/cmdline/patch_tests.py

Author: danielsh
Date: Thu Nov 15 06:04:59 2012
New Revision: 1409655

URL: http://svn.apache.org/viewvc?rev=1409655&view=rev
Log:
Match test expectations to reality.

* subversion/tests/cmdline/patch_tests.py
  (patch_change_symlink_target): Expect to fail on Windows, too, since it does.

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

Modified: subversion/trunk/subversion/tests/cmdline/patch_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/patch_tests.py?rev=1409655&r1=1409654&r2=1409655&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/patch_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/patch_tests.py Thu Nov 15 06:04:59 2012
@@ -4201,7 +4201,7 @@ def patch_git_with_index_line(sbox):
                                        1, # check-props
                                        1) # dry-run
 
-@XFail(svntest.main.is_posix_os)
+@XFail()
 def patch_change_symlink_target(sbox):
   "patch changes symlink target"