forked from qt-creator/qt-creator
AutoTest: Unify framework and tool naming
Use the same name for the test framework or tool across Qt Creator. Change-Id: I3116644ab03cc46c2e9d7e8aa3b8af8a5386dba4 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -50,10 +50,15 @@ const char *CTestTool::name() const
|
||||
return "CTest";
|
||||
}
|
||||
|
||||
QString CTestTool::displayName() const
|
||||
{
|
||||
return QCoreApplication::translate("CTestTool", "CTest");
|
||||
}
|
||||
|
||||
ITestTreeItem *CTestTool::createRootNode()
|
||||
{
|
||||
return new CTestTreeItem(this,
|
||||
QCoreApplication::translate("CTestTool", "CTest"),
|
||||
displayName(),
|
||||
Utils::FilePath(), ITestTreeItem::Root);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user