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 2012/05/08 09:36:45 UTC

svn commit: r1335368 - /subversion/trunk/subversion/tests/cmdline/lock_tests.py

Author: rhuijben
Date: Tue May  8 07:36:45 2012
New Revision: 1335368

URL: http://svn.apache.org/viewvc?rev=1335368&view=rev
Log:
* subversion/tests/cmdline/lock_tests.py
  (unlock_already_unlocked_files): Remove serf specific skip marker as this
    problem appears to be fixed by the recent serf work.

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

Modified: subversion/trunk/subversion/tests/cmdline/lock_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/lock_tests.py?rev=1335368&r1=1335367&r2=1335368&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/lock_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/lock_tests.py Tue May  8 07:36:45 2012
@@ -1173,7 +1173,6 @@ def repos_lock_with_info(sbox):
 
 #----------------------------------------------------------------------
 @Issue(4126)
-@Skip(svntest.main.is_ra_type_dav_serf) # Issue 4126 unpredictable result
 def unlock_already_unlocked_files(sbox):
   "(un)lock set of files, one already (un)locked"