Author: pburba
Date: Wed Jun 27 14:50:42 2012
New Revision: 1354552

URL: http://svn.apache.org/viewvc?rev=1354552&view=rev
Log:
On the inheritable-props branch: Fix failing wc-queries-test.exe 2.

* subversion/tests/libsvn_wc/wc-queries-test.c

  (schema_statements): Add STMT_INHERITABLE_PROPS

Modified:
    
subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c

Modified: 
subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c?rev=1354552&r1=1354551&r2=1354552&view=diff
==============================================================================
--- 
subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c
 (original)
+++ 
subversion/branches/inheritable-props/subversion/tests/libsvn_wc/wc-queries-test.c
 Wed Jun 27 14:50:42 2012
@@ -66,6 +66,7 @@ static const int schema_statements[] =
   STMT_CREATE_NODES,
   STMT_CREATE_NODES_TRIGGERS,
   STMT_CREATE_EXTERNALS,
+  STMT_INHERITABLE_PROPS,
   /* Memory tables */
   STMT_CREATE_TARGETS_LIST,
   STMT_CREATE_CHANGELIST_LIST,


Reply via email to