[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Daniel Näslund <dannas_at_apache.org>
Date: Thu, 5 Aug 2010 19:46:18 +0200

On Thu, Aug 05, 2010 at 11:52:14AM -0400, Paul Burba wrote:
> On Thu, Aug 5, 2010 at 8:41 AM, <dannas_at_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
Received on 2010-08-05 19:47:11 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.