Author: philip
Date: Wed Jan 23 15:22:00 2013
New Revision: 1437459

URL: http://svn.apache.org/viewvc?rev=1437459&view=rev
Log:
Follow-up to r1435758: really unbreak BDB.

* subversion/tests/cmdline/svnadmin_tests.py
  (verify_windows_paths_in_repos): Call the function.

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

Modified: subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py?rev=1437459&r1=1437458&r2=1437459&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py Wed Jan 23 
15:22:00 2013
@@ -551,7 +551,7 @@ def verify_windows_paths_in_repos(sbox):
 
   # unfortunately, FSFS needs to do more checks than BDB resulting in
   # different progress output
-  if svntest.main.is_fs_type_fsfs:
+  if svntest.main.is_fs_type_fsfs():
     svntest.verify.compare_and_display_lines(
       "Error while running 'svnadmin verify'.",
       'STDERR', ["* Verifying global structure ...\n",


Reply via email to