Julian,
This commit should remove the test failures you were experiencing on trunk
with SVN_WC__NODES. At least that should give you confidence that if you see
failures, you probably introduced them with local changes :-)
Bye,
Erik.
---------- Forwarded message ----------
From: <ehu_at_apache.org>
Date: Mon, Sep 13, 2010 at 9:41 PM
Subject: svn commit: r996661 -
/subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c
To: commits_at_subversion.apache.org
Author: ehu
Date: Mon Sep 13 19:41:00 2010
New Revision: 996661
URL: http://svn.apache.org/viewvc?rev=996661&view=rev
Log:
* subversion/tests/libsvn_wc/entries-compat.c (TESTING_DATA): Add NODES
data.
Modified:
subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c
Modified: subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c?rev=996661&r1=996660&r2=996661&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/entries-compat.c Mon Sep 13
19:41:00 2010
@@ -90,6 +90,7 @@ static const char * const TESTING_DATA =
/* ### The file_externals column in BASE_NODE is temporary, and will be
### removed. However, to keep the tests passing, we need to add it
### to the following insert statements. *Be sure to remove it*. */
+#ifndef SVN_WC__NODES_ONLY
"insert into base_node values ("
" 1, '', 1, '', null, 'normal', 'dir', "
" 1, null, null, "
@@ -187,6 +188,92 @@ static const char * const TESTING_DATA =
" 1, " TIME_1s ", '" AUTHOR_1 "', null, null, null, '()', null, null, "
" null); "
" "
+#endif
+#ifdef SVN_WC__NODES
Received on 2010-09-13 21:47:45 CEST