diff options
| author | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2021-07-28 15:40:22 +0200 |
|---|---|---|
| committer | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2021-08-05 03:58:49 +0200 |
| commit | 177d259782f228257a376e3e87b30da6ad96f3fb (patch) | |
| tree | bddc5820f210473d0a927e275c6b0ed46d3ee6db /src/testlib/qtestelementattribute.cpp | |
| parent | f1ab1132ea6f8be5cf41e9bd77d5f582d5e25ee0 (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.cpp')
| -rw-r--r-- | src/testlib/qtestelementattribute.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/qtestelementattribute.cpp b/src/testlib/qtestelementattribute.cpp index ec47ee19004..265f126e5aa 100644 --- a/src/testlib/qtestelementattribute.cpp +++ b/src/testlib/qtestelementattribute.cpp @@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE \value AI_Type - \value AI_Description + \value AI_Message \value AI_PropertyValue @@ -132,7 +132,7 @@ const char *QTestElementAttribute::name() const "failures", "errors", "type", - "description", + "message", "value", "qtestversion", "qtversion", |
