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

Re: [PATCH] Small fixes to the Perl bindings

From: Ben Reser <ben_at_reser.org>
Date: Fri, 15 Feb 2013 12:36:34 -0800

On Fri, Feb 15, 2013 at 11:41 AM, Ben Reser <ben_at_reser.org> wrote:
> I wouldn't bother to do the testing like this. You can create an
> _p_svn_opt_revision_t without needing to get it from something like
> svn_wc_parse_externals_description3(). e.g.
>
> my $rev = SVN::_Core::new_svn_opt_revision_t();
> $rev->kind($SVN::Core::opt_revision_number);
> $rev->value->number(1445267);
>
> In which case we can put the test code in the 3client.t tests, which
> already has a repo.

Done in r1446761.

> This is probably a good change to have more complete coverage of
> testing that externals code. I'll make this change irrespective of
> the other changes.

Done in r1446753.
Received on 2013-02-16 02:27:39 CET

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.