Auto-reset hard/soft for further cycles
[anna.git] / source / testing / TestStep.cpp
index 413ad28..4a75f3b 100644 (file)
@@ -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;