X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=source%2Ftesting%2FTestStep.cpp;h=4a75f3beccbb3aea757ae599321c147d27309313;hp=413ad28d48dc2cf70e867f9e8016ca3640020cf8;hb=bfedf5aed2670ccd65405c0ff96539ccb88b8f23;hpb=30def5757c5b3411f77fff62a163241ecc616337 diff --git a/source/testing/TestStep.cpp b/source/testing/TestStep.cpp index 413ad28..4a75f3b 100644 --- a/source/testing/TestStep.cpp +++ b/source/testing/TestStep.cpp @@ -359,7 +359,7 @@ throw() { bool TestStepSendxml::do_execute() throw() { bool success = false; - std::string failReason; + std::string failReason = "Error sending diameter message"; anna::diameter::comm::Entity *entity = a_originHost->getEntity(); // by default anna::diameter::comm::LocalServer *localServer = a_originHost->getDiameterServer(); // by default const TestStepWait *tsw = NULL;