AutoTest: Fix used IDs

Amends f53e18ee73.

Change-Id: Ib807eaaa6f211d3661a447e5d02bc0cce108ff2f
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2023-08-17 08:29:08 +02:00
parent 5e70029e87
commit a93040185d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ namespace Autotest {
namespace GTest {
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 unsigned FRAMEWORK_PRIORITY = 10;
const char DEFAULT_FILTER[] = "*.*";

View File

@@ -11,7 +11,7 @@ namespace Autotest {
namespace QuickTest {
namespace Constants {
const char FRAMEWORK_ID[] = "Autotest.Framework.QtQuickTest";
const char FRAMEWORK_ID[] = "AutoTest.Framework.QtQuickTest";
} // namespace Constants
} // namespace QuickTest