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

Re: svn commit: r19823 - in branches/merge-tracking: . subversion/tests/libsvn_subr

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-05-26 01:03:05 CEST

On 5/25/06, dlr@tigris.org <dlr@tigris.org> wrote:

> + /* Trigger some error(s) with mal-formed input. */
> + err = svn_parse_mergeinfo(BOGUS_MERGEINFO_LINE, &path_to_merge_ranges,
> + pool);
> + if (!err)
> + return svn_error_createf(SVN_ERR_TEST_FAILED, NULL,
> + "svn_parse_mergeinfo (%s) succeeded "
> + "unexpectedly", BOGUS_MERGEINFO_LINE);

Probably want a svn_error_clear here.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 26 01:03:28 2006

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.