summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_keyboard.teamcity
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-05-04 10:40:38 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-05-07 14:53:18 +0000
commit630b06f86cdcb29fe65df05d20f31f39f82cbeed (patch)
tree3743fa52a111efa455ecb4701bc48200aaf0187a /tests/auto/testlib/selftests/expected_keyboard.teamcity
parentb9835aef1a36688ea99602e25e9c73e645d3851a (diff)
Add self-tests for QTest::keyPress() and QTest::keyRelease()
They didn't exist up until now, and future patches rely on them, so add them. Change-Id: I8afdb9417263b45d43355c688a813bdf99ea5fc8 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_keyboard.teamcity')
-rw-r--r--tests/auto/testlib/selftests/expected_keyboard.teamcity8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/expected_keyboard.teamcity b/tests/auto/testlib/selftests/expected_keyboard.teamcity
new file mode 100644
index 0000000000..dc01f86ff0
--- /dev/null
+++ b/tests/auto/testlib/selftests/expected_keyboard.teamcity
@@ -0,0 +1,8 @@
+##teamcity[testSuiteStarted name='tst_Keyboard' flowId='tst_Keyboard']
+##teamcity[testStarted name='initTestCase()' flowId='tst_Keyboard']
+##teamcity[testFinished name='initTestCase()' flowId='tst_Keyboard']
+##teamcity[testStarted name='keyPressAndRelease()' flowId='tst_Keyboard']
+##teamcity[testFinished name='keyPressAndRelease()' flowId='tst_Keyboard']
+##teamcity[testStarted name='cleanupTestCase()' flowId='tst_Keyboard']
+##teamcity[testFinished name='cleanupTestCase()' flowId='tst_Keyboard']
+##teamcity[testSuiteFinished name='tst_Keyboard' flowId='tst_Keyboard']