summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestelementattribute_p.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-07-28 15:40:22 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-05 03:58:49 +0200
commit177d259782f228257a376e3e87b30da6ad96f3fb (patch)
treebddc5820f210473d0a927e275c6b0ed46d3ee6db /src/testlib/qtestelementattribute_p.h
parentf1ab1132ea6f8be5cf41e9bd77d5f582d5e25ee0 (diff)
testlib: Simplify JUnit test logger
- Use the right name for the attribute (AI_Message), rather than fixing it up in QTestJUnitStreamer. - Don't pretend that we're adding line and file information, only to discard it in QTestJUnitStreamer. - Don't pretend to add benchmark information, only to discard it in QTestJUnitStreamer. Pick-to: 6.2 Change-Id: Ib6eadc12300157216fe9c6e8bcfebd7eb8a3ea68 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/testlib/qtestelementattribute_p.h')
-rw-r--r--src/testlib/qtestelementattribute_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestelementattribute_p.h b/src/testlib/qtestelementattribute_p.h
index 523dd7435e..a09e19dccb 100644
--- a/src/testlib/qtestelementattribute_p.h
+++ b/src/testlib/qtestelementattribute_p.h
@@ -67,7 +67,7 @@ namespace QTest {
AI_Failures = 3,
AI_Errors = 4,
AI_Type = 5,
- AI_Description = 6,
+ AI_Message = 6,
AI_PropertyValue = 7,
AI_QTestVersion = 8,
AI_QtVersion = 9,