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

svn commit: r1429127 - /subversion/trunk/subversion/tests/cmdline/wc_tests.py

Author: brane
Date: Fri Jan  4 21:02:33 2013
New Revision: 1429127

URL: http://svn.apache.org/viewvc?rev=1429127&view=rev
Log:
* subversion/tests/cmdline/wc_tests.py (status_without_wc_db_and_entries):
   Skip test because it currently fails with in-tree builds.

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

Modified: subversion/trunk/subversion/tests/cmdline/wc_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/wc_tests.py?rev=1429127&r1=1429126&r2=1429127&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/wc_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/wc_tests.py Fri Jan  4 21:02:33 2013
@@ -165,6 +165,7 @@ def status_without_wc_db(sbox):
     "st", sbox.wc_dir)
 
 @Issue(4118)
+@Skip()      # FIXME: Test fails in-tree because it finds the source WC root
 def status_without_wc_db_and_entries(sbox):
   """missing .svn/wc.db and .svn/entries"""