Changeset 506:dbf80a6e920b in verona


Ignore:
Timestamp:
Jul 31, 2012 2:57:09 PM (10 months ago)
Author:
Nikita Kozlov <nikita@…>
Branch:
default
Message:

revert bad commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • phtest/phtests_funcs.cpp

    r502 r506  
    255255        return res >= 0; 
    256256} 
    257  
    258 int testSendMessage3(testConf *conf) 
    259 { 
    260         int res; 
    261  
    262         std::vector<std::pair<const char *, const char *> > hdrs; 
    263  
    264         hdrs.push_back(std::pair<const char*, const char*>("hdr1", "val1")); 
    265         hdrs.push_back(std::pair<const char*, const char*>("hdr2", "val2")); 
    266         hdrs.push_back(std::pair<const char*, const char*>("hdr3", "val3")); 
    267         hdrs.push_back(std::pair<const char*, const char*>("hdr4", "val4")); 
    268  
    269         INFO_LOG("begin with cid %i", conf->cid); 
    270         res = testsphapi.sendMessage3(conf->vline, conf->otheruri, "test", "application/text", hdrs); 
    271         INFO_LOG("end with res %i", res); 
    272         return res >= 0; 
    273 } 
Note: See TracChangeset for help on using the changeset viewer.