Author: philip
Date: Thu Mar  5 23:10:38 2015
New Revision: 1664521

URL: http://svn.apache.org/r1664521
Log:
* subversion/tests/cmdline/upgrade_tests.py
  (auto_analyze): Set UUID and relocate.

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

Modified: subversion/trunk/subversion/tests/cmdline/upgrade_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/upgrade_tests.py?rev=1664521&r1=1664520&r2=1664521&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/upgrade_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/upgrade_tests.py Thu Mar  5 
23:10:38 2015
@@ -1441,9 +1441,14 @@ def upgrade_1_7_dir_external(sbox):
 def auto_analyze(sbox):
   """automatic SQLite ANALYZE"""
 
-  sbox.build(read_only = True, create_wc = False)
+  sbox.build(create_wc = False)
 
   replace_sbox_with_tarfile(sbox, 'wc-without-stat1.tar.bz2')
+  svntest.main.run_svnadmin('setuuid', sbox.repo_dir,
+                            '52ec7e4b-e5f0-451d-829f-f05d5571b4ab')
+  svntest.actions.run_and_verify_svn(None, [], 'relocate',
+                                     'file:///tmp/repos', sbox.repo_url,
+                                     sbox.wc_dir)
 
   # Make working copy read-only (but not wc_dir itself as
   # svntest.main.chmod_tree will not reset it.)


Reply via email to