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 2010/11/05 12:51:55 UTC

svn commit: r1031526 - /subversion/trunk/subversion/tests/cmdline/schedule_tests.py

Author: julianfoad
Date: Fri Nov  5 11:51:55 2010
New Revision: 1031526

URL: http://svn.apache.org/viewvc?rev=1031526&view=rev
Log:
* subversion/tests/cmdline/schedule_tests.py
  (revert_inside_newly_added_dir): Use run_svn('revert') instead of
    simple_revert, in preparation for making simple_revert adjust its path
    arguments, because here we need the path to be used exactly as given.

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

Modified: subversion/trunk/subversion/tests/cmdline/schedule_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/schedule_tests.py?rev=1031526&r1=1031525&r2=1031526&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/schedule_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/schedule_tests.py Fri Nov  5 11:51:55 2010
@@ -522,7 +522,7 @@ def revert_inside_newly_added_dir(sbox):
   # Now change into the newly added directory, revert and make sure
   # no error is output.
   os.chdir('foo')
-  sbox.simple_revert('.')
+  svntest.main.run_svn(None, 'revert', '.')
 
 #----------------------------------------------------------------------
 # Regression test for issue #1609: