apparmor/libraries/libapparmor/swig/python/test
Steve Beattie 49c51368eb libapparmor python binding - fix 32bit test failures
The python bindings were using the wrong data type cast (long long
instead of just long) on the value '-1' that is used to indicate no
value for the 'fsuid' and 'ouid' fields in the returned data structure.
Thus a bunch of the tests were failing in 32bit environments.

This patch corrects the issue.

Signed-off-by: Steve Beattie <steve@nxnw.org>
Acked-by: Seth Arnold <seth.arnold@canonical.com>
2013-09-16 10:26:06 -07:00
..
Makefile.am Subject: libapparmor - add python bindings tests based on C tests 2013-09-06 14:18:08 -07:00
test_python.py.in libapparmor python binding - fix 32bit test failures 2013-09-16 10:26:06 -07:00