Author: kotkov
Date: Thu Nov 24 10:19:01 2022
New Revision: 1905505

URL: http://svn.apache.org/viewvc?rev=1905505&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch: Undo the modifications to
update_tests.py#83, restoring it to how it's currently written in trunk.

With r1905503 in place, we now provide distinguishable errors in all cases
where we fail to create a file install stream, so there is no need to change
the test expectations.

* subversion/tests/cmdline/upgrade_tests.py
  (missing_tmp_update): Expect the same error output as in trunk.

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

Modified: 
subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/update_tests.py
URL: 
http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/update_tests.py?rev=1905505&r1=1905504&r2=1905505&view=diff
==============================================================================
--- 
subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/update_tests.py
 (original)
+++ 
subversion/branches/pristines-on-demand-on-mwf/subversion/tests/cmdline/update_tests.py
 Thu Nov 24 10:19:01 2022
@@ -6804,7 +6804,7 @@ def missing_tmp_update(sbox):
 
   os.rmdir(sbox.ospath(svntest.main.get_admin_name() + '/tmp'))
 
-  svntest.actions.run_and_verify_svn(None, ".*(Unable to create|Can't 
create).*",
+  svntest.actions.run_and_verify_svn(None, '.*Unable to create.*',
                                      'up', wc_dir, '--set-depth', 'infinity')
 
   # This re-creates .svn/tmp as a side-effect.


Reply via email to