summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_benchlibcounting.junitxml
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 /tests/auto/testlib/selftests/expected_benchlibcounting.junitxml
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 'tests/auto/testlib/selftests/expected_benchlibcounting.junitxml')
-rw-r--r--tests/auto/testlib/selftests/expected_benchlibcounting.junitxml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/expected_benchlibcounting.junitxml b/tests/auto/testlib/selftests/expected_benchlibcounting.junitxml
index 1766bbd5b2..166a924c9b 100644
--- a/tests/auto/testlib/selftests/expected_benchlibcounting.junitxml
+++ b/tests/auto/testlib/selftests/expected_benchlibcounting.junitxml
@@ -6,8 +6,7 @@
<property name="QtBuild" value=""/>
</properties>
<testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
- <testcase name="passingBenchmark" result="pass" time="@TEST_DURATION@">
- </testcase>
+ <testcase name="passingBenchmark" result="pass" time="@TEST_DURATION@"/>
<testcase name="skippingBenchmark" time="@TEST_DURATION@">
<!-- type="skip" message="This is a skipping benchmark" -->
</testcase>