X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Ftesting%2FTestCase.cpp;h=bf08b4ef0d4fb8a302b51fc9e2c66a1f5bbd5d70;hb=0a29aaeb86cc31d808f88d8c9a046f5858ed3089;hp=d69a61a3e720ad52f4fd306cb0dd082fbc46ab51;hpb=94798b57ab67365ba0d44eb8ba7bddfb2281f8ef;p=anna.git diff --git a/example/diameter/launcher/testing/TestCase.cpp b/example/diameter/launcher/testing/TestCase.cpp index d69a61a..bf08b4e 100644 --- a/example/diameter/launcher/testing/TestCase.cpp +++ b/example/diameter/launcher/testing/TestCase.cpp @@ -133,7 +133,7 @@ void TestCase::setState(const State::_v &state) throw() { if (isFinished()) { if ((getState() == State::Failed) && (!testManager.getDumpFailedReports())) return; - if ((getState() == State::Success) && (!testManager.getDumpSuccessfulReports())) return; + if ((getState() == State::Success) && (!testManager.getDumpSuccessReports())) return; // report file name: cycle-.testcase-.xml // FORMAT: We tabulate the cycle and test case in order to ease ordering of files by mean ls: