summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative_core/tst_positionsource.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_core/tst_positionsource.qml')
-rw-r--r--tests/auto/declarative_core/tst_positionsource.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative_core/tst_positionsource.qml b/tests/auto/declarative_core/tst_positionsource.qml
index 9984e783..195dd124 100644
--- a/tests/auto/declarative_core/tst_positionsource.qml
+++ b/tests/auto/declarative_core/tst_positionsource.qml
@@ -73,7 +73,6 @@ TestCase {
// at least the test.source plugin should be available
verify(defaultSource.name != "");
compare(defaultSource.active, false);
- compare(defaultSource.updateInterval, 0);
}
function test_inactive() {