forked from qt-creator/qt-creator
AutoTest: Adapt Type enum
Follow the official terms used by the test frameworks. In detail this means Google test now uses TestSuite and TestCase and the value for a normal function has been simplified to TestFunction. Beside the visual change there is no change in functionality. Change-Id: Idf541d07fa3469e04a699d46f4625ff9075d5b6f Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -159,7 +159,7 @@ bool QtTestResult::matches(const TestTreeItem *item) const
|
||||
if (item->proFile() != m_projectFile)
|
||||
return false;
|
||||
return matchesTestCase(item);
|
||||
case TestTreeItem::TestFunctionOrSet:
|
||||
case TestTreeItem::TestFunction:
|
||||
case TestTreeItem::TestSpecialFunction:
|
||||
if (!isTestFunction())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user