Changeset 471:5719067e39e9 in verona
- Timestamp:
- Apr 19, 2012 6:28:09 PM (13 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
phtest/phtests_funcs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
phtest/phtests_funcs.cpp
r361 r471 175 175 } 176 176 177 typedef std::pair<const char*, const char*> cstrpair; 178 177 179 int testSubscribe(testConf *conf) 178 180 { 179 181 int res; 182 std::vector<cstrpair> hdrs; 180 183 181 184 INFO_LOG("begin with vlid %i", conf->vline); 182 conf->sid = testsphapi.subscribe(conf->vline, conf->otheruri, PH_SUBS_ADDRBOOK_QRY ,conf->addrbook); 185 hdrs.push_back(cstrpair("X-AddressBook", conf->addrbook)); 186 conf->sid = testsphapi.subscribe(conf->vline, conf->otheruri, PH_SUBS_ADDRBOOK_QRY , 1, 600, &hdrs); 183 187 INFO_LOG("end with sid %i", conf->sid); 184 188 return res >= 0;
Note: See TracChangeset
for help on using the changeset viewer.
