You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/08/16 13:13:52 UTC

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

Author: danielsh
Date: Tue Aug 16 11:13:51 2011
New Revision: 1158201

URL: http://svn.apache.org/viewvc?rev=1158201&view=rev
Log:
* subversion/tests/cmdline/special_tests.py
  (symlink_to_wc): Style tweak.

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=1158201&r1=1158200&r2=1158201&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/special_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/special_tests.py Tue Aug 16 11:13:51 2011
@@ -827,7 +827,7 @@ def symlink_to_wc(sbox):
       'Revision' : '1',
       'Node Kind' : 'directory',
       'Schedule' : 'normal',
-  }] + [{
+  }, {
       'Name' : 'iota',
       'Path' : re.escape(os.path.join(symlink_path, 'iota')),
       'Working Copy Root Path' : re.escape(os.path.abspath(symlink_path)),