forked from qt-creator/qt-creator
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:
committed by
Christian Stenger
parent
1403cd7f43
commit
621c834023
@@ -383,6 +383,7 @@ void GTestOutputReader::processOutput()
|
|||||||
testResult->setResult(Result::MessageCurrentTest);
|
testResult->setResult(Result::MessageCurrentTest);
|
||||||
testResult->setDescription(tr("Entering test set %1").arg(m_currentTestSet));
|
testResult->setDescription(tr("Entering test set %1").arg(m_currentTestSet));
|
||||||
m_futureInterface.reportResult(testResult);
|
m_futureInterface.reportResult(testResult);
|
||||||
|
m_description.clear();
|
||||||
} else if (testSetSuccess.exactMatch(line)) {
|
} else if (testSetSuccess.exactMatch(line)) {
|
||||||
auto testResult = new GTestResult(m_currentTestName);
|
auto testResult = new GTestResult(m_currentTestName);
|
||||||
testResult->setTestCase(m_currentTestSet);
|
testResult->setTestCase(m_currentTestSet);
|
||||||
|
Reference in New Issue
Block a user