Author: rhuijben
Date: Mon May 9 20:13:26 2011
New Revision: 1101202
URL: http://svn.apache.org/viewvc?rev=1101202&view=rev
Log:
* subversion/tests/libsvn_wc/db-test.c
(test_externals_store): Remove SVN_DBG() call.
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=1101202&r1=1101201&r2=1101202&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/db-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/db-test.c Mon May 9 20:13:26
2011
@@ -1490,8 +1490,6 @@ test_externals_store(apr_pool_t *pool)
db, file_external_path, local_abspath,
pool, pool));
- SVN_DBG(("Revision: %d (%s)\n", (int)revision, local_abspath));
-
SVN_TEST_ASSERT(kind == svn_wc__db_kind_file);
SVN_TEST_ASSERT(revision == 12);
SVN_TEST_STRING_ASSERT(repos_relpath, "some/location");