aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/controls/data/tst_dial.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/controls/data/tst_dial.qml b/tests/auto/controls/data/tst_dial.qml
index 7468c530..e0eba27e 100644
--- a/tests/auto/controls/data/tst_dial.qml
+++ b/tests/auto/controls/data/tst_dial.qml
@@ -78,8 +78,6 @@ TestCase {
function test_value() {
compare(dial.value, 0.0);
- compare(Math.floor(dial.handle.mapToItem(parent, 0, 0).x), 28);
- compare(Math.floor(dial.handle.mapToItem(parent, 0, 0).y), 90);
dial.value = 0.5;
compare(dial.value, 0.5);