aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-07 17:31:16 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-07 16:41:34 +0000
commit93a79811137172275ab87fbfc61355f56da07397 (patch)
tree782f53ef2e4f1aff6ffc0aac8918dd16b012a3c8
parente48f1189508fcf7b12e987835ad00dc0473b1cc7 (diff)
tst_combobox: set size for the test case
Should help with the warning that sometimes appears in the CI: QWARN : tst_styles(material)::UnknownTestFunc() QWindowsWindow::setGeometry: Unable to set geometry 0x0+66+112 on QQuickView/'tst_combobox'. Resulting geometry: 124x0+66+112 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 0x0, maximum size: 16777215x16777215). Change-Id: I913ae09dfad4d1ef914ed589466ede6d62bece79 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
-rw-r--r--tests/auto/controls/data/tst_combobox.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/controls/data/tst_combobox.qml b/tests/auto/controls/data/tst_combobox.qml
index 11390bb8..d74c52aa 100644
--- a/tests/auto/controls/data/tst_combobox.qml
+++ b/tests/auto/controls/data/tst_combobox.qml
@@ -44,6 +44,8 @@ import Qt.labs.controls 1.0
TestCase {
id: testCase
+ width: 200
+ height: 200
name: "ComboBox"
ApplicationWindow {