Changeset 583 for pjproject/trunk/pjsip/src/test-pjsip/msg_test.c
- Timestamp:
- Jul 3, 2006 10:08:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test-pjsip/msg_test.c
r582 r583 51 51 /* 'Normal' message with all headers. */ 52 52 "INVITE sip:user@foo SIP/2.0\n" 53 " From: Hi I'm Joe <sip:joe.user@bar.otherdomain.com>;tag=123457890123456\r"53 "from: Hi I'm Joe <sip:joe.user@bar.otherdomain.com>;tag=123457890123456\r" 54 54 "To: Fellow User <sip:user@foo.bar.domain.com>\r\n" 55 55 "Call-ID: 12345678901234567890@bar\r\n" … … 791 791 pj_status_t status; 792 792 793 794 793 status = simple_test(); 795 794 if (status != PJ_SUCCESS)
Note: See TracChangeset
for help on using the changeset viewer.