Author: kotkov
Date: Wed Nov 23 13:39:08 2022
New Revision: 1905489
URL: http://svn.apache.org/viewvc?rev=1905489&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch:
* subversion/tests/libsvn_wc/op-depth-test.c
(stmt_for_f31_or_f32): Test for a concrete version number, instead of
relying on (one of) the working copy capabilities added in format 32.
Modified:
subversion/branches/pristines-on-demand-on-mwf/subversion/tests/libsvn_wc/op-depth-test.c
Modified:
subversion/branches/pristines-on-demand-on-mwf/subversion/tests/libsvn_wc/op-depth-test.c
URL:
http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/tests/libsvn_wc/op-depth-test.c?rev=1905489&r1=1905488&r2=1905489&view=diff
==============================================================================
---
subversion/branches/pristines-on-demand-on-mwf/subversion/tests/libsvn_wc/op-depth-test.c
(original)
+++
subversion/branches/pristines-on-demand-on-mwf/subversion/tests/libsvn_wc/op-depth-test.c
Wed Nov 23 13:39:08 2022
@@ -2084,8 +2084,7 @@ stmt_for_f31_or_f32(svn_test__sandbox_t
return -1;
}
- return (wcroot->format >= SVN_WC__PRISTINES_ON_DEMAND_VERSION
- ? stmt_for_f32 : stmt_for_f31);
+ return (wcroot->format >= 32 ? stmt_for_f32 : stmt_for_f31);
}
static svn_error_t *