forked from qt-creator/qt-creator
Autotest: Add editor's mark for test's failed assertion
Tooltip shows failure details. Click navigates to test results pane. Task-number: QTCREATORBUG-20328 Change-Id: I47ffaef1f035dfc5b244644a099e1c7d8db6715b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -45,6 +45,7 @@ const char AUTOTEST_SETTINGS_TR[] = QT_TRANSLATE_NOOP("AutoTest", "Testing
|
||||
const char FRAMEWORK_PREFIX[] = "AutoTest.Framework.";
|
||||
const char SETTINGSPAGE_PREFIX[] = "A.AutoTest.";
|
||||
const char SETTINGSGROUP[] = "Autotest";
|
||||
const char TASK_MARK_ID[] = "Autotest.TaskMark";
|
||||
} // namespace Constants
|
||||
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user