You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/03/17 13:23:54 UTC

svn commit: r1667283 - /subversion/trunk/subversion/tests/cmdline/update_tests.py

Author: stsp
Date: Tue Mar 17 12:23:54 2015
New Revision: 1667283

URL: http://svn.apache.org/r1667283
Log:
Follow-up to r1667280: Fix a test failure.

* subversion/tests/cmdline/update_tests.py
  (update_binary_file): Add 'theta.mine' to extra on-disk files.

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

Modified: subversion/trunk/subversion/tests/cmdline/update_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/update_tests.py?rev=1667283&r1=1667282&r2=1667283&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/update_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/update_tests.py Tue Mar 17 12:23:54 2015
@@ -134,7 +134,7 @@ def update_binary_file(sbox):
     'A/theta' : Item(status='C ', wc_rev=3),
     })
 
-  extra_files = ['theta.r2', 'theta.r3']
+  extra_files = ['theta.r2', 'theta.r3', 'theta.mine']
 
   # Do the update and check the results in three ways.  Pass our
   # custom singleton handler to verify the .orig file; this handler