summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestelementattribute_p.h
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-03 14:27:45 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-08-10 18:06:36 +0200
commit4632be1b4d8c5037c83b7c006850da73b590180e (patch)
tree0be0a81e2607e3c40e171c78739a9ed326958c6a /src/testlib/qtestelementattribute_p.h
parentc08d56be1f833f98549e32d900182c33538d68c0 (diff)
testlib: Don't write redundant log message information in JUnit reporter
The separation between <system-out> and <system-err> is sufficient, and we can't expect consumers to interpret our custom comment format. The type of the text node has been renamed to more accurately identify its purpose. Pick-to: 6.2 Change-Id: I63c8ff17529fc087e1b695698350a6711eb5e68d Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@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 6c49bda588..dd7d1c111a 100644
--- a/src/testlib/qtestelementattribute_p.h
+++ b/src/testlib/qtestelementattribute_p.h
@@ -94,7 +94,7 @@ namespace QTest {
LET_TestCase = 4,
LET_TestSuite = 5,
LET_Benchmark = 6,
- LET_Message = 7,
+ LET_Text = 7,
LET_SystemError = 8,
LET_SystemOutput = 9,
LET_Skipped = 10