From 160a692a7ab36b493a9ba696572a1fa8c5ef812a Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 3 Jun 2010 02:58:23 +0000 Subject: [PATCH] Misc (re #1068): fixed python test lib inc_sip.py, wrong member name refered in RecvfromTransaction initialization. git-svn-id: https://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 0c05756f1..d64ae87f2 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