summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/testcodeparser.cpp
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-09-12 14:14:54 +0200
committerChristian Stenger <christian.stenger@qt.io>2019-09-18 08:03:49 +0000
commit89ae78fd89d2b26afb77748c3da85886e2463efe (patch)
treea848107de0645cb82977f5418e55f82cd8da3064 /src/plugins/autotest/testcodeparser.cpp
parent829cacfb87aa890c1c94e566d58748d13a91ac7b (diff)
downloadqt-creator-89ae78fd89d2b26afb77748c3da85886e2463efe.tar.gz
AutoTest: Reparse only newly added frameworks
Instead of re-parsing all test frameworks trigger a reparse just for the newly added as results for the other should not have changed. Change-Id: I6eb53da04bb927a884d6431e137bfe68f391f2ad Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/autotest/testcodeparser.cpp')
-rw-r--r--src/plugins/autotest/testcodeparser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/autotest/testcodeparser.cpp b/src/plugins/autotest/testcodeparser.cpp
index f76d1997d2..deb5085ade 100644
--- a/src/plugins/autotest/testcodeparser.cpp
+++ b/src/plugins/autotest/testcodeparser.cpp
@@ -126,7 +126,6 @@ void TestCodeParser::syncTestFrameworks(const QList<Core::Id> &frameworkIds)
QTC_ASSERT(testParser, continue);
m_testCodeParsers.append(testParser);
}
- updateTestTree();
}
void TestCodeParser::emitUpdateTestTree(ITestParser *parser)