summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_cmptest.txt
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-12-15 13:18:39 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2021-01-13 16:15:06 +0100
commitb88f692d7dde8b15b75a5194c3b2d97bd947787b (patch)
treef42098a85156a92f58e3476b5e047a5a6932ff1a /tests/auto/testlib/selftests/expected_cmptest.txt
parent29b2387587fe2ed2a73bdcbfa928acb755537284 (diff)
QTestLib: Show the values of unregistered enums
... on a failed QCOMPARE. Change-Id: I653894927e49fad92c21409d03ed70880ca510f6 Reviewed-by: Jason McDonald <macadder1@gmail.com>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_cmptest.txt')
-rw-r--r--tests/auto/testlib/selftests/expected_cmptest.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_cmptest.txt b/tests/auto/testlib/selftests/expected_cmptest.txt
index 527ec991bb..525094d813 100644
--- a/tests/auto/testlib/selftests/expected_cmptest.txt
+++ b/tests/auto/testlib/selftests/expected_cmptest.txt
@@ -2,6 +2,8 @@
Config: Using QtTest library
PASS : tst_Cmptest::initTestCase()
FAIL! : tst_Cmptest::compare_unregistered_enums() Compared values are not the same
+ Actual (MyUnregisteredEnumValue1): 0
+ Expected (MyUnregisteredEnumValue2): 1
Loc: [qtbase/tests/auto/testlib/selftests/cmptest/tst_cmptest.cpp(0)]
FAIL! : tst_Cmptest::compare_registered_enums() Compared values are not the same
Actual (Qt::Monday): Monday