On 03/24/2010 12:19 PM, Joshua Brindle wrote:
I'm not sure when this happened or what caused it but when I try to
run the unit tests in the userspace repo I get this:
python run-tests.py
..........F...............................
======================================================================
FAIL: test_to_string (test_access.TestAccessVector)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/dev/selinux/sepolgen/tests/test_access.py", line 85, in
test_to_string
self.assertEquals(str(a), "allow foo bar : file { read write };")
AssertionError: 'allow foo bar:file { read write };' != 'allow foo bar
: file { read write };'
----------------------------------------------------------------------
Ran 43 tests in 3.112s
FAILED (failures=1)
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to
majordomo@xxxxxxxxxxxxx with
the words "unsubscribe selinux" without quotes as the message.
Looks like the space I removed between "bar : file" -> bar:file might be
causing the problem.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with
the words "unsubscribe selinux" without quotes as the message.