You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/08/05 19:44:02 UTC

svn commit: r982706 - /subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c

Author: dannas
Date: Thu Aug  5 17:44:01 2010
New Revision: 982706

URL: http://svn.apache.org/viewvc?rev=982706&view=rev
Log:
* subversion/tests/libsvn_diff/parse-diff-tests.c
  (test_git_diffs_with_spaces_diff): Follow-up to r982582. Remove a
    dangling debug statement.

Found by: pburba

Modified:
    subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c

Modified: subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c?rev=982706&r1=982705&r2=982706&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c Thu Aug  5 17:44:01 2010
@@ -834,7 +834,6 @@ test_git_diffs_with_spaces_diff(apr_pool
                                     FALSE, /* ignore_whitespace */ 
                                     pool, pool));
   SVN_TEST_ASSERT(patch);
-  SVN_DBG(("%s\n", patch->old_filename));
   SVN_TEST_ASSERT(! strcmp(patch->old_filename, "dir/ b/path"));
   SVN_TEST_ASSERT(! strcmp(patch->new_filename, "dir/ b/path"));
   SVN_TEST_ASSERT(patch->operation == svn_diff_op_added);