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/10 20:56:37 UTC

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

Author: ehu
Date: Fri Sep 10 18:56:37 2010
New Revision: 995931

URL: http://svn.apache.org/viewvc?rev=995931&view=rev
Log:
 * subversion/tests/libsvn_wc/db-test.c (TESTING_DATA): Add comment.

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=995931&r1=995930&r2=995931&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/db-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/db-test.c Fri Sep 10 18:56:37 2010
@@ -382,6 +382,9 @@ static const char * const TESTING_DATA =
    " "
 #endif
 #ifdef SVN_WC__NODES
+   /* Load data into NODES table;
+      ### op_depths have not been calculated by me yet;
+      the value 1 is just 'good enough' to make the nodes WORKING nodes. */
   "insert into nodes values ("
   "  1, 'I', 1, '', 2, 'some/dir', 2, 'normal', 'immediates',"
   "  0, null, 'dir', 2, " TIME_2s ", ' " AUTHOR_2 " ', null, '()',"