AutoTest: Clear description on test start

Task-number: QTCREATORBUG-15668
Change-Id: I031941938f59e59e0e05d3284b12ef09993f6541
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-01-25 22:24:34 +02:00
committed by Christian Stenger
parent 1403cd7f43
commit 621c834023

View File

@@ -383,6 +383,7 @@ void GTestOutputReader::processOutput()
testResult->setResult(Result::MessageCurrentTest);
testResult->setDescription(tr("Entering test set %1").arg(m_currentTestSet));
m_futureInterface.reportResult(testResult);
m_description.clear();
} else if (testSetSuccess.exactMatch(line)) {
auto testResult = new GTestResult(m_currentTestName);
testResult->setTestCase(m_currentTestSet);