On Thu, Aug 05, 2010 at 11:52:14AM -0400, Paul Burba wrote: > On Thu, Aug 5, 2010 at 8:41 AM, <dan...@apache.org> wrote: > > Author: dannas > > Date: Thu Aug 5 12:41:51 2010 > > New Revision: 982582 > > Modified: > > subversion/trunk/subversion/tests/libsvn_diff/parse-diff-test.c > > @@ -834,8 +834,9 @@ test_git_diffs_with_spaces_diff(apr_pool > > FALSE, /* ignore_whitespace */ > > pool, pool)); > > SVN_TEST_ASSERT(patch); > > - SVN_TEST_ASSERT(! strcmp(patch->old_filename, "dir/b/path")); > > - SVN_TEST_ASSERT(! strcmp(patch->new_filename, "dir/b/path")); > > + SVN_DBG(("%s\n", patch->old_filename)); > ^^^^^^^^ > Was this intentional? If so, we need to conditionally exclude it so > we can build release configurations:
Nope, it was just a scalpel left in the patient. Fixed in r982706. Thanks, Daniel