Fixes and improvs. Basic DRA feature.
[anna.git] / example / diameter / launcher / testing / TestStep.hpp
index 3473c54..b63c147 100644 (file)
@@ -175,7 +175,7 @@ class TestStepWait : public TestStep {
     anna::diameter::comm::ServerSession *a_serverSession;
 
   public:
-    TestStepWait(TestCase *testCase) : TestStep(testCase) { a_type = Type::Wait; a_clientSession = NULL; a_serverSession = NULL; }
+    TestStepWait(TestCase *testCase) : TestStep(testCase), a_message(true) { a_type = Type::Wait; a_clientSession = NULL; a_serverSession = NULL; }
     ~TestStepWait() {;}
 
     // setter & getters