You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by eh...@apache.org on 2010/09/06 16:28:49 UTC

svn commit: r993041 - /subversion/trunk/subversion/tests/libsvn_wc/db-test.c

Author: ehu
Date: Mon Sep  6 14:28:48 2010
New Revision: 993041

URL: http://svn.apache.org/viewvc?rev=993041&view=rev
Log:
In the tests, adjust for the new NODES schema.

 * subversion/tests/libsvn_wc/db-test.c
   (create_fake_wc): Add statement to create NODES table.



Modified:
    subversion/trunk/subversion/tests/libsvn_wc/db-test.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/db-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/db-test.c?rev=993041&r1=993040&r2=993041&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/db-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/db-test.c Mon Sep  6 14:28:48 2010
@@ -324,6 +324,9 @@ create_fake_wc(const char *subdir, int f
 #ifdef SVN_WC__NODE_DATA
     statements[STMT_CREATE_NODE_DATA],
 #endif
+#ifdef SVN_WC__NODES
+    statements[STMT_CREATE_NODES],
+#endif
     TESTING_DATA,
     NULL
   };