summaryrefslogtreecommitdiffstats
path: root/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-05 18:23:12 +0200
committerChristopher Adams <chris.adams@jollamobile.com>2016-06-15 07:37:02 +0000
commit3b23541860b50844e77773e7f9080a1bc62d90bb (patch)
tree162302c78486bc2d42d98d01d3cef8711df991b2 /tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp
parenteb8899e199378e7aa41b39913f0d1598ab995f80 (diff)
purge symbian vestiges
Change-Id: I5917237eb7e1a6cc862fb043ad2450407fad2552 Reviewed-by: Christopher Adams <chris.adams@jollamobile.com>
Diffstat (limited to 'tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp')
-rw-r--r--tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp b/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp
index aee5002ce..6321a1bbd 100644
--- a/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp
+++ b/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp
@@ -1916,10 +1916,6 @@ void tst_QContactAsync::relationshipFetch()
QFETCH(QString, uri);
QScopedPointer<QContactManager> cm(prepareModel(uri));
- if (cm->managerName() == "symbian") {
- QSKIP("This contact manager does not support the required relationship types for this test to pass!");
- }
-
QContactRelationshipFetchRequest rfr;
QVERIFY(rfr.type() == QContactAbstractRequest::RelationshipFetchRequest);
@@ -2119,10 +2115,6 @@ void tst_QContactAsync::relationshipRemove()
QFETCH(QString, uri);
QScopedPointer<QContactManager> cm(prepareModel(uri));
- if (cm->managerName() == "symbian") {
- QSKIP("This contact manager does not support the required relationship types for this test to pass!");
- }
-
QContactRelationshipRemoveRequest rrr;
QVERIFY(rrr.type() == QContactAbstractRequest::RelationshipRemoveRequest);
@@ -2272,10 +2264,6 @@ void tst_QContactAsync::relationshipSave()
QFETCH(QString, uri);
QScopedPointer<QContactManager> cm(prepareModel(uri));
- if (cm->managerName() == "symbian") {
- QSKIP("This contact manager does not support the required relationship types for this test to pass!");
- }
-
QContactRelationshipSaveRequest rsr;
QVERIFY(rsr.type() == QContactAbstractRequest::RelationshipSaveRequest);
@@ -3022,8 +3010,6 @@ void tst_QContactAsync::addManagers(QStringList stringlist)
managers.removeAll("maliciousplugin");
if (!stringlist.contains("testdummy"))
managers.removeAll("testdummy");
- if (!stringlist.contains("symbiansim"))
- managers.removeAll("symbiansim"); // SIM backend does not support all the required details for tests to pass.
if (!stringlist.contains("social"))
managers.removeAll("social");
if (!stringlist.contains("simcard"))