Changeset 1231


Ignore:
Timestamp:
Apr 29, 2007 6:29:14 PM (17 years ago)
Author:
bennylp
Message:

Related to ticket #240: fixed URI test because of changes in parsing quoted parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/uri_test.c

    r974 r1231  
    511511    pj_strdup2(pool, &url->host, "localhost"); 
    512512    //pj_strdup2(pool, &url->other_param, ";pvalue=\"hello world\""); 
    513     param_add(url->other_param, "pvalue", "hello world"); 
     513    param_add(url->other_param, "pvalue", "\"hello world\""); 
    514514    return (pjsip_uri*)url; 
    515515} 
Note: See TracChangeset for help on using the changeset viewer.