From d80a5b1cbe89a082e1ba88795257c9a83cc4e159 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 3 Jun 2010 02:58:23 +0000 Subject: Misc (re #1068): fixed python test lib inc_sip.py, wrong member name refered in RecvfromTransaction initialization. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3194 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/inc_sip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pjsua/inc_sip.py b/tests/pjsua/inc_sip.py index 0c05756f..d64ae87f 100644 --- a/tests/pjsua/inc_sip.py +++ b/tests/pjsua/inc_sip.py @@ -307,7 +307,7 @@ class RecvfromTransaction: self.exclude = exclude self.resp_code = resp_code self.resp_hdr = resp_hdr - self.resp_body = resp_body + self.body = resp_body self.expect = expect -- cgit v1.2.3