From 019588f30792132d9eca5dab11278547b287804e Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 24 Oct 2013 20:10:37 +0200 Subject: Testlib: Add test duration to xml output [ChangeLog][QtTest] Added test duration to xml output. When running tests with xml output a new tag of the form is added to each test function and the test as a whole. Change-Id: Ibc4db066b6acf5fac6c578f5e5ca5ce4b5d8ea8e Reviewed-by: Sergio Ahumada Reviewed-by: Jason McDonald --- tests/auto/testlib/selftests/expected_cmptest.lightxml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests/auto/testlib/selftests/expected_cmptest.lightxml') diff --git a/tests/auto/testlib/selftests/expected_cmptest.lightxml b/tests/auto/testlib/selftests/expected_cmptest.lightxml index aebff4de61..a83a971d8a 100644 --- a/tests/auto/testlib/selftests/expected_cmptest.lightxml +++ b/tests/auto/testlib/selftests/expected_cmptest.lightxml @@ -4,12 +4,15 @@ + + + @@ -39,6 +42,7 @@ Actual (actual) : QVariant(PhonyClass,) Expected (expected): QVariant(PhonyClass,)]]> + @@ -77,6 +81,7 @@ Actual (opA) size: '1' Expected (opB) size: '12']]> + @@ -84,6 +89,7 @@ Actual (int1): '3' Expected (int2): '4']]> + @@ -91,6 +97,7 @@ Actual (double1): '1.5' Expected (double2): '1']]> + @@ -121,6 +128,7 @@ + @@ -157,7 +165,10 @@ + + + -- cgit v1.2.3