Fix new variables
[anna.git] / example / diameter / launcher / testing / TestCase.cpp
index d69a61a..bf08b4e 100644 (file)
@@ -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-<cycle id>.testcase-<test case id>.xml
 
     // FORMAT: We tabulate the cycle and test case in order to ease ordering of files by mean ls: