You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2019/02/14 15:19:12 UTC

svn commit: r1853589 - /subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c

Author: stsp
Date: Thu Feb 14 15:19:12 2019
New Revision: 1853589

URL: http://svn.apache.org/viewvc?rev=1853589&view=rev
Log:
Follow-up to r1853580: Fix test fallout.

*  subversion/tests/libsvn_wc/wc-queries-test.c
   (slow_statements): Add STMT_SELECT_COPIES_OF_REPOS_RELPATH here.

Modified:
    subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c?rev=1853589&r1=1853588&r2=1853589&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c Thu Feb 14 15:19:12 2019
@@ -100,6 +100,7 @@ static const int slow_statements[] =
   STMT_SELECT_UPDATE_MOVE_LIST,
   STMT_FIND_REPOS_PATH_IN_WC,
   STMT_SELECT_PRESENT_HIGHEST_WORKING_NODES_BY_BASENAME_AND_KIND,
+  STMT_SELECT_COPIES_OF_REPOS_RELPATH,
 
   /* Designed as slow to avoid penalty on other queries */
   STMT_SELECT_UNREFERENCED_PRISTINES,