summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_pass.txt
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-02-11 12:35:52 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-05 15:18:04 +0100
commita539e53eb0acadc6759d87378e27524718db4a0b (patch)
treeabea8b4360989dfd23c868e4ba7a72522276d488 /tests/auto/testlib/selftests/expected_pass.txt
parent16f927a4f1ffeff399351b625d73ac3cd7bccd51 (diff)
Add 'pass' test to testlib selftests
Change-Id: I858cd5e6ef7ad1064166efb7325c62065d46eb27 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_pass.txt')
-rw-r--r--tests/auto/testlib/selftests/expected_pass.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_pass.txt b/tests/auto/testlib/selftests/expected_pass.txt
new file mode 100644
index 0000000000..0d7265f970
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_pass.txt
@@ -0,0 +1,9 @@
+********* Start testing of tst_Pass *********
+Config: Using QtTest library
+PASS : tst_Pass::initTestCase()
+PASS : tst_Pass::testNumber1()
+PASS : tst_Pass::testNumber2()
+PASS : tst_Pass::testNumber3()
+PASS : tst_Pass::cleanupTestCase()
+Totals: 5 passed, 0 failed, 0 skipped, 0 blacklisted, 0ms
+********* Finished testing of tst_Pass *********