forked from qt-creator/qt-creator
AutoTest: Fix updating parent
Skip had been added mistakenly to the insignificant results. Do not handle Skip as an insignificant result as it will be correctly handled while updating the result. Fixes: QTCREATORBUG-22545 Change-Id: I3c09416934b1c747dd8160635b5bfaa46c31f5a4 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -116,7 +116,6 @@ void TestResultItem::updateDescription(const QString &description)
|
||||
static bool isSignificant(ResultType type)
|
||||
{
|
||||
switch (type) {
|
||||
case ResultType::Skip:
|
||||
case ResultType::Benchmark:
|
||||
case ResultType::MessageInfo:
|
||||
case ResultType::MessageInternal:
|
||||
|
Reference in New Issue
Block a user