forked from qt-creator/qt-creator
AutoTest: Pass parameter by reference and use framework id...
...for determining from which root node test cases names are needed. Another preparation for introducing test frameworks. Change-Id: I02910f3e4736d9be6e6822eea7863fc62252d4db Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -234,7 +234,7 @@ static bool handleQtTest(QFutureInterface<TestParseResultPtr> futureInterface,
|
||||
|
||||
void QtTestParser::init(const QStringList &filesToParse)
|
||||
{
|
||||
m_testCaseNames = TestTreeModel::instance()->testCaseNamesForFiles(filesToParse);
|
||||
m_testCaseNames = TestTreeModel::instance()->testCaseNamesForFiles(id(), filesToParse);
|
||||
CppParser::init(filesToParse);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user