- Timestamp:
- Oct 16, 2013 9:19:08 AM (11 years ago)
- Location:
- pjproject/branches/projects/pjsua2/pjsip-apps/src/swig/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip-apps/src/swig/python
- Property svn:ignore
-
old new 3 3 build 4 4 pjsua2_wrap.h 5 _pjsua2.pyd
-
- Property svn:ignore
-
pjproject/branches/projects/pjsua2/pjsip-apps/src/swig/python/test.py
r4597 r4619 8 8 def ua_data_test(): 9 9 # 10 # CredInfo10 # AuthCredInfo 11 11 # 12 12 print "UA data types test.." 13 13 the_realm = "pjsip.org" 14 ci = pj. CredInfo()14 ci = pj.AuthCredInfo() 15 15 ci.realm = the_realm 16 16 ci.dataType = 20 … … 58 58 assert e.status == 70013 59 59 assert e.reason == "Invalid operation (PJ_EINVALIDOP)" 60 assert e.title == "Endpoint::testException()"60 #assert e.title == "Endpoint::testException()" 61 61 assert got_exception 62 62
Note: See TracChangeset
for help on using the changeset viewer.