From ae2c068e682cf858fa386f494006d6ddc90e1fc6 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 19 Jan 2017 12:15:59 +0100 Subject: AutoTest: Fix handling of data tags in test results Avoid adding test functions again and put further data tags directly below the respective test function. Change-Id: I29775b836cc4584358ee67b5f07744986c6a6591 Reviewed-by: David Schulz --- src/plugins/autotest/testresult.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/autotest/testresult.h') diff --git a/src/plugins/autotest/testresult.h b/src/plugins/autotest/testresult.h index 9eff8e5428b..e53e6fcce41 100644 --- a/src/plugins/autotest/testresult.h +++ b/src/plugins/autotest/testresult.h @@ -90,6 +90,7 @@ public: static Result::Type toResultType(int rt); static QString resultToString(const Result::Type type); static QColor colorForType(const Result::Type type); + static bool isMessageCaseStart(const Result::Type type); virtual bool isDirectParentOf(const TestResult *other, bool *needsIntermediate) const; virtual bool isIntermediateFor(const TestResult *other) const; -- cgit v1.2.3