Author: sbutler
Date: Mon Jun  6 09:38:30 2011
New Revision: 1132561

URL: http://svn.apache.org/viewvc?rev=1132561&view=rev
Log:
Make copy_tests.py 102 XFAIL on OS X because APR doesn't support
case-insensitivity on Unix.

* subversion/tests/cmdline/copy_tests.py
  (case_only_rename): Set XFAIL.

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

Modified: subversion/trunk/subversion/tests/cmdline/copy_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/copy_tests.py?rev=1132561&r1=1132560&r2=1132561&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/copy_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/copy_tests.py Mon Jun  6 09:38:30 
2011
@@ -5176,6 +5176,8 @@ def copy_base_of_deleted(sbox):
 # Regression test for issue #3702: Unable to perform case-only rename
 # on windows.
 @Issue(3702)
+# APR's apr_filepath_merge() with APR_FILEPATH_TRUENAME is broken on OS X.
+@XFail(svntest.main.is_os_darwin)
 def case_only_rename(sbox):
   """case-only rename"""
 


Reply via email to