You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/06/22 12:22:45 UTC

svn commit: r1834125 - /subversion/trunk/subversion/tests/cmdline/shelf_tests.py

Author: julianfoad
Date: Fri Jun 22 12:22:45 2018
New Revision: 1834125

URL: http://svn.apache.org/viewvc?rev=1834125&view=rev
Log:
Shelving: re-enable a test, following sleep-for-timestamps fix.

* subversion/tests/cmdline/shelf_tests.py
  (shelve_binary_file_mod): Remove '@Skip' decoration.

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

Modified: subversion/trunk/subversion/tests/cmdline/shelf_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/shelf_tests.py?rev=1834125&r1=1834124&r2=1834125&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/shelf_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/shelf_tests.py Fri Jun 22 12:22:45 2018
@@ -355,7 +355,6 @@ def unshelve_refuses_if_conflicts(sbox):
 
 #----------------------------------------------------------------------
 
-@Skip()  # fails on MacOSX; unknown reason, maybe related to global state
 def shelve_binary_file_mod(sbox):
   "shelve binary file mod"