You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2014/06/20 13:27:54 UTC

svn commit: r1604143 - /subversion/branches/remove-log-addressing/subversion/tests/cmdline/svntest/main.py

Author: ivan
Date: Fri Jun 20 11:27:54 2014
New Revision: 1604143

URL: http://svn.apache.org/r1604143
Log:
On remove-log-addressing branch.

* subversion/tests/cmdline/svntest/main.py
  (is_fs_log_addressing): Fix typo.

Found by: kotkov

Modified:
    subversion/branches/remove-log-addressing/subversion/tests/cmdline/svntest/main.py

Modified: subversion/branches/remove-log-addressing/subversion/tests/cmdline/svntest/main.py
URL: http://svn.apache.org/viewvc/subversion/branches/remove-log-addressing/subversion/tests/cmdline/svntest/main.py?rev=1604143&r1=1604142&r2=1604143&view=diff
==============================================================================
--- subversion/branches/remove-log-addressing/subversion/tests/cmdline/svntest/main.py (original)
+++ subversion/branches/remove-log-addressing/subversion/tests/cmdline/svntest/main.py Fri Jun 20 11:27:54 2014
@@ -1363,7 +1363,7 @@ def is_fs_type_bdb():
   return options.fs_type == 'bdb'
 
 def is_fs_log_addressing():
-]  return is_fs_type_fsx()
+  return is_fs_type_fsx()
 
 def fs_has_rep_sharing():
   return is_fs_type_fsx() or \