Changeset 2070


Ignore:
Timestamp:
Jun 26, 2008 10:20:54 PM (16 years ago)
Author:
bennylp
Message:

Rearrange the commands in mod_pres.py to make it work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/mod_pres.py

    r2029 r2070  
    108108        im_text = "Hello World from U1" 
    109109        u1.send("i") 
    110         u1.send("1") 
     110        u1.send(uri2) 
     111        u2.expect(" is typing") 
    111112        u1.send(im_text) 
    112         u2.expect(" is typing") 
     113        u1.expect(im_text+".*delivered successfully") 
    113114        u2.expect("MESSAGE from.*"+im_text) 
    114         u1.expect(im_text+".*delivered successfully") 
    115115         
    116116        # Synchronize stdout 
Note: See TracChangeset for help on using the changeset viewer.