forked from qt-creator/qt-creator
AutoTest: Harmonize capitalization of "GTest filter"
Change-Id: If3fe511a26234ac96767f5d7370106aee9b80ca7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -85,7 +85,7 @@ QString GTestFramework::groupingToolTip() const
|
|||||||
{
|
{
|
||||||
return QCoreApplication::translate("GTestFramework",
|
return QCoreApplication::translate("GTestFramework",
|
||||||
"Enable or disable grouping of test cases by folder or "
|
"Enable or disable grouping of test cases by folder or "
|
||||||
"gtest filter.\nSee also Google Test settings.");
|
"GTest filter.\nSee also Google Test settings.");
|
||||||
}
|
}
|
||||||
|
|
||||||
GTest::Constants::GroupMode GTestFramework::groupMode()
|
GTest::Constants::GroupMode GTestFramework::groupMode()
|
||||||
|
Reference in New Issue
Block a user