aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-04-23 12:16:59 +0200
committerMitch Curtis <mitch.curtis@qt.io>2019-04-23 12:47:05 +0000
commit291b95d201dc204db5f1a44cd2a03b30f116b032 (patch)
tree2dc3909a106915685bdb5a94d98a9f6aeb6959be
parentf462312365d4955fc82b247b72f84e1c77d8104d (diff)
tst_combobox.qml: remove temporary skips
4e5ff56a18dc7bb13680a8fbe30ba5aae2dfa206 has now been included in a qt5.git submodule update (74eab55ea83a9919e0a3085015d2e522bd351ac1), so the tests are no longer failing and hence do not need to be skipped. See 6c787542df32c59fe0299b2ad884968de28dbcba for more information. Task-number: QTBUG-74919 Change-Id: Ia993e5c138cdf9369e6bff868bba3f49c6d20270 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--tests/auto/controls/data/tst_combobox.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/controls/data/tst_combobox.qml b/tests/auto/controls/data/tst_combobox.qml
index 7d65b698..e8f76e84 100644
--- a/tests/auto/controls/data/tst_combobox.qml
+++ b/tests/auto/controls/data/tst_combobox.qml
@@ -145,8 +145,6 @@ TestCase {
}
function test_objects() {
- skip("Temporarily skipping test failures that result from QTBUG-74919")
-
var control = createTemporaryObject(emptyBox, testCase)
verify(control)
@@ -175,8 +173,6 @@ TestCase {
}
function test_qobjects() {
- skip("Temporarily skipping test failures that result from QTBUG-74919")
-
var control = createTemporaryObject(emptyBox, testCase, {textRole: "text"})
verify(control)
@@ -275,8 +271,6 @@ TestCase {
}
function test_textRole(data) {
- skip("Temporarily skipping test failures that result from QTBUG-74919")
-
var control = createTemporaryObject(emptyBox, testCase)
verify(control)