diff -r c377a1d7767a -r ee6adf7586c1 tests/python/python@py_ext/py_ext.xml --- a/tests/python/python@py_ext/py_ext.xml Mon Oct 22 17:39:13 2012 +0200 +++ b/tests/python/python@py_ext/py_ext.xml Tue Oct 23 11:34:37 2012 +0200 @@ -9,7 +9,7 @@ i = ctypes.c_int() if(Python_to_C_Call(arg, i)): res = i.value - print "toC:", arg, "from C:", res + print "toC:", arg, "from C:", res, "FBID:", FBID else: print "Failed Python_to_C_Call failed" res = None