Ignore:
Timestamp:
Oct 16, 2013 9:19:08 AM (11 years ago)
Author:
nanang
Message:

Re #1519:

  • allow build on mingw32
  • fixed tests
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  
        33build 
        44pjsua2_wrap.h 
         5_pjsua2.pyd 
  • pjproject/branches/projects/pjsua2/pjsip-apps/src/swig/python/test.py

    r4597 r4619  
    88def ua_data_test(): 
    99        # 
    10         # CredInfo 
     10        # AuthCredInfo 
    1111        # 
    1212        print "UA data types test.." 
    1313        the_realm = "pjsip.org" 
    14         ci = pj.CredInfo() 
     14        ci = pj.AuthCredInfo() 
    1515        ci.realm = the_realm 
    1616        ci.dataType = 20 
     
    5858                assert e.status == 70013 
    5959                assert e.reason == "Invalid operation (PJ_EINVALIDOP)" 
    60                 assert e.title == "Endpoint::testException()" 
     60                #assert e.title == "Endpoint::testException()" 
    6161        assert got_exception 
    6262 
Note: See TracChangeset for help on using the changeset viewer.