You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2012/05/27 01:32:17 UTC

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

Author: rhuijben
Date: Sat May 26 23:32:17 2012
New Revision: 1342990

URL: http://svn.apache.org/viewvc?rev=1342990&view=rev
Log:
* subversion/tests/libsvn_wc/wc-queries-test.c
  (slow_statements): Fix a comment.

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=1342990&r1=1342989&r2=1342990&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c Sat May 26 23:32:17 2012
@@ -84,7 +84,7 @@ static const int slow_statements[] =
   STMT_HAS_SWITCHED_WCROOT_REPOS_ROOT,  /* wc scan op_depth 0 */
   STMT_SELECT_ALL_NODES,                /* schema validation code */
 
-  /* Is there a record? ### S*/
+  /* Is there a record? ### Can we somehow check for LIMIT 1? */
   STMT_LOOK_FOR_WORK,
   STMT_HAS_WORKING_NODES,