X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fclasses%2FFakeConnectionObject.cpp;h=348956c65cf7caacb2fb022ceb94ec23aa2050a6;hb=3a02a0ffe62a3813b75e061252434de658929b1d;hp=7257640c29c32546362a6f8adf387f8da62cc3b3;hpb=674d18f3054c0530a53c9586f9c2effa4dc5dfcb;p=xestiaab%2F.git diff --git a/source/tests/classes/FakeConnectionObject.cpp b/source/tests/classes/FakeConnectionObject.cpp index 7257640..348956c 100644 --- a/source/tests/classes/FakeConnectionObject.cpp +++ b/source/tests/classes/FakeConnectionObject.cpp @@ -18,7 +18,7 @@ #include "FakeConnectionObject.h" -COConnectResult FakeConnectionObject::Connect(){ +COConnectResult FakeConnectionObject::Connect(bool DoAuthentication){ COConnectResult ConnectResult = ResultStatus; AuthPassed = ResultAuthPassed; @@ -29,6 +29,7 @@ COConnectResult FakeConnectionObject::Connect(){ SSLSelfSigned = ResultSelfSigned; ServerPrefix = ResultServerPrefix; return ConnectResult; + } bool FakeConnectionObject::IsTaskCompleted(){ @@ -68,7 +69,7 @@ COServerResponse FakeConnectionObject::EditContact(std::string Location, std::st } -COServerResponse FakeConnectionObject::DeleteContact(std::string Location, std::string EntityTag){ +COServerResponse FakeConnectionObject::DeleteContact(std::string Location){ COServerResponse DeleteContactResult;