X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Ftesting%2FTestCase.cpp;h=5678ff0661a11b3c701a89da4869edce15e0a982;hp=8cbba4bab609d54710b0c1b6f78ea7e199cb1e57;hb=2dc559e7fbe3f250f5aff1a23614181fc0b2e7f1;hpb=690d4110803d0548aa6aabb31d606404f4b5c7f0 diff --git a/example/diameter/launcher/testing/TestCase.cpp b/example/diameter/launcher/testing/TestCase.cpp index 8cbba4b..5678ff0 100644 --- a/example/diameter/launcher/testing/TestCase.cpp +++ b/example/diameter/launcher/testing/TestCase.cpp @@ -232,7 +232,7 @@ void TestCase::assertMessage(const anna::DataBlock &db, bool toEntity) throw(ann bool isRequest = anna::diameter::codec::functions::isRequest(db); bool registerSessionId = ((isRequest && toEntity) || (!isRequest && !toEntity) /* (*) */); // (*) we register answers Session-Id assuming that we will know the Session-Id values created by the client (OCS) - // This is another solution for TODO(***) regarding diameter server testing. No tsure about the final implementation. + // This is another solution for TODO(***) regarding diameter server testing. No sure about the final implementation. // Check hop-by-hop: if (isRequest) {