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 2022/03/02 21:44:41 UTC

svn commit: r1898540 - /subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/upgrade_tests.py

Author: julianfoad
Date: Wed Mar  2 21:44:41 2022
New Revision: 1898540

URL: http://svn.apache.org/viewvc?rev=1898540&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch: restore a test to normal.

* subversion/tests/cmdline/upgrade_tests.py
  (auto_analyze): Remove '@Wimp' decorator: the test already passes on both
    old and new WC formats.

Modified:
    subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/upgrade_tests.py

Modified: subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/upgrade_tests.py
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/upgrade_tests.py?rev=1898540&r1=1898539&r2=1898540&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/upgrade_tests.py (original)
+++ subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/upgrade_tests.py Wed Mar  2 21:44:41 2022
@@ -1390,7 +1390,6 @@ def upgrade_1_7_dir_external(sbox):
   svntest.actions.run_and_verify_svn(None, [], 'upgrade', sbox.wc_dir)
 
 @SkipUnless(svntest.wc.python_sqlite_can_read_wc)
-@Wimp("Test calls status on a non-upgraded wc")
 def auto_analyze(sbox):
   """automatic SQLite ANALYZE"""