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

Re: [PATCH] Start tests for Python bindings of svn_auth_*

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2007-12-09 16:26:55 CET

Jelmer Vernooij wrote:
>>> +
>>> + def test_set_parameter(self):
>>> + baton = core.svn_auth_open([])
>>> + core.svn_auth_set_parameter(baton, "name", "somedata")
>> Ex. assert core.svn_auth_get_parameter(baton, "name") == "somedata"
> svn_auth_get_parameter() doesn't have Python bindings yet. It returns
> arbitrary pointers (not necessarily strings) and I didn't want to touch
> it until I could do a proper binding for it.

Ah, I see. +1 to commit then.

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 9 16:26:57 2007

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.