forked from qt-creator/qt-creator
AutoTest: Fix used IDs
Amends f53e18ee73.
Change-Id: Ib807eaaa6f211d3661a447e5d02bc0cce108ff2f
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Autotest {
|
|||||||
namespace GTest {
|
namespace GTest {
|
||||||
namespace Constants {
|
namespace Constants {
|
||||||
|
|
||||||
const char FRAMEWORK_ID[] = "Autotest.Framework.GTest";
|
const char FRAMEWORK_ID[] = "AutoTest.Framework.GTest";
|
||||||
const char FRAMEWORK_SETTINGS_CATEGORY[] = QT_TRANSLATE_NOOP("QtC::Autotest", "Google Test");
|
const char FRAMEWORK_SETTINGS_CATEGORY[] = QT_TRANSLATE_NOOP("QtC::Autotest", "Google Test");
|
||||||
const unsigned FRAMEWORK_PRIORITY = 10;
|
const unsigned FRAMEWORK_PRIORITY = 10;
|
||||||
const char DEFAULT_FILTER[] = "*.*";
|
const char DEFAULT_FILTER[] = "*.*";
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ namespace Autotest {
|
|||||||
namespace QuickTest {
|
namespace QuickTest {
|
||||||
namespace Constants {
|
namespace Constants {
|
||||||
|
|
||||||
const char FRAMEWORK_ID[] = "Autotest.Framework.QtQuickTest";
|
const char FRAMEWORK_ID[] = "AutoTest.Framework.QtQuickTest";
|
||||||
|
|
||||||
} // namespace Constants
|
} // namespace Constants
|
||||||
} // namespace QuickTest
|
} // namespace QuickTest
|
||||||
|
|||||||
Reference in New Issue
Block a user