> The one failed tests is a forced failure, and a visual inspection is
> hopefully informative enough.
>
> self.assertTrue(False) # arrays of unicode characters causing segfault
>
> self.assertTrue(False): "assert that False is True"; this is the signature
> of forced failed test. This is followed
On 2/11/10 12:10 PM, Nick Schurch wrote:
> The high level unit tests fail for me with rpy2 v2.1.0alpha3, python
> 2.6.4 and R 2.9.2:
>
> Python 2.6.4 (r264:75706, Feb 10 2010, 14:06:31)
> [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
> Type "help", "copyright", "credits" or "license" for more i
The high level unit tests fail for me with rpy2 v2.1.0alpha3, python
2.6.4 and R 2.9.2:
Python 2.6.4 (r264:75706, Feb 10 2010, 14:06:31)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import rpy2.robjects.tests
During st