aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-12 16:02:17 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-12 16:13:16 +0000
commitb784a348fb480f43855c5455621a0c13a2ca659a (patch)
treea11fc3d78d76fc93b1fd2344af2d7ed4a331702c /tests
parent194b93b5aa500e054dd868a3090aad4912dd2532 (diff)
tst_dial: remove style specific handle coordinate tests
Change-Id: I8d389728e6bb46da38588163ab59bac6291db8a5 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests')
-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);