applayerprotocols/httpservice/test/httpservicetest/ctestclienthttppost.cpp
branchRCL_3
changeset 18 f21293830889
parent 0 b16258d2340f
equal deleted inserted replaced
17:8f055b80aa5b 18:f21293830889
    16 */
    16 */
    17 #include "ctestclienthttppost.h"
    17 #include "ctestclienthttppost.h"
    18 #include <httpstringconstants.h>
    18 #include <httpstringconstants.h>
    19 #include "mlocaltestserverobserver.h"
    19 #include "mlocaltestserverobserver.h"
    20 #include "chttpclienttestparams.h"
    20 #include "chttpclienttestparams.h"
    21 _LIT(KTestHttpClientAPITestTitle, "HTTP client API Unit Test Harness");
       
    22 _LIT(KTransferProgress, "File size: %d kb , Uploaded so far: %d kb"); 
    21 _LIT(KTransferProgress, "File size: %d kb , Uploaded so far: %d kb"); 
    23 
    22 
    24 CTestClientHttpSimplePost* CTestClientHttpSimplePost::NewL(CHttpClientTestParams& aParams, MLocalTestServerObserver& aObserver, CHttpService& aClient, const TDesC8& aUri, CHTTPTestUtils& aUtils)
    23 CTestClientHttpSimplePost* CTestClientHttpSimplePost::NewL(CHttpClientTestParams& aParams, MLocalTestServerObserver& aObserver, CHttpService& aClient, const TDesC8& aUri, CHTTPTestUtils& aUtils)
    25     {
    24     {
    26     CTestClientHttpSimplePost* self = new(ELeave) CTestClientHttpSimplePost(aParams, aObserver, aUtils);
    25     CTestClientHttpSimplePost* self = new(ELeave) CTestClientHttpSimplePost(aParams, aObserver, aUtils);