You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David James <dj...@collab.net> on 2006/06/14 21:26:53 UTC

assertTrue vs assert_ in the Python bindings (Review of r20102)

Hi Jelmer, Garrett:

On 6/14/06, rooneg@tigris.org <ro...@tigris.org> wrote:
> * subversion/bindings/swig/python/tests/wc.py
> [...]
> +      self.assertTrue(wc.is_adm_dir(".svn"))
> [... more examples ...]]

Python 2.2 does not support the 'assertTrue' keyword. For this reason,
we have started using "assert_" instead as of r19962.

Cheers,

David


-- 
David James -- http://www.cs.toronto.edu/~james

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org