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 2011/04/05 03:23:57 UTC

svn commit: r1088841 - /subversion/trunk/subversion/tests/cmdline/special_tests.py

Author: rhuijben
Date: Tue Apr  5 01:23:56 2011
New Revision: 1088841

URL: http://svn.apache.org/viewvc?rev=1088841&view=rev
Log:
* subversion/tests/cmdline/special_tests.py
  (propvalue_normalized): Todays final attempt to make this test work on
    the posix buildservers.

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

Modified: subversion/trunk/subversion/tests/cmdline/special_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/special_tests.py?rev=1088841&r1=1088840&r2=1088841&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/special_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/special_tests.py Tue Apr  5 01:23:56 2011
@@ -679,7 +679,7 @@ def propvalue_normalized(sbox):
                                         expected_status, None,
                                         wc_dir)
 
-  svntest.main.run_svn(None, 'update')
+  svntest.main.run_svn(None, 'update', wc_dir)
   svntest.actions.run_and_verify_svn(None, expected_propval, [],
                                      'propget', '--strict', 'svn:special',
                                      iota2_path)