summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-01-08 10:39:26 +0100
committerLiang Qi <liang.qi@qt.io>2018-01-09 12:19:43 +0000
commit8014727e52c65bf6496ad4adf6c8e7ec33250bb7 (patch)
tree9db0d01b7db4e4fa9c75c8e23ff5a1008afcb3e3 /tests
parentcc988feee350e3ff35d11c7c484fed08981ef67c (diff)
Revert "Blacklist declarative_core::Place::test_emptyPlace() and test_saveload()"
This reverts commit 8796a64476bcaa1bac944cb1fefcbcba1a0012d6. It got fixed after qtdeclarative updated. Task-number: QTBUG-64986 Change-Id: I32bd006d1bfb0fa21c089ab877ce7bb162c928fb Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative_core/tst_place.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative_core/tst_place.qml b/tests/auto/declarative_core/tst_place.qml
index a7ba8fd5..459b8f33 100644
--- a/tests/auto/declarative_core/tst_place.qml
+++ b/tests/auto/declarative_core/tst_place.qml
@@ -259,7 +259,6 @@ TestCase {
}
function test_emptyPlace() {
- skip("QTBUG-64986")
// basic properties
compare(emptyPlace.plugin, null);
compare(emptyPlace.categories.length, 0);
@@ -461,7 +460,6 @@ TestCase {
}
function test_saveload() {
- skip("QTBUG-64986")
// Save a place
var signalSpy = Qt.createQmlObject('import QtTest 1.0; SignalSpy {}', testCase, "SignalSpy");
signalSpy.target = savePlace;