summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-23 21:02:20 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-24 11:13:34 +0200
commit73cc19a8611926c282259c71557b6b2535a22663 (patch)
tree1de0395f2bad2b2af3c7aed4ce59dca546dc4b9d /tests
parentcffcc235d38cec95e9a199b7ce0bf12681f836dc (diff)
Remove insignification of qbluetoothserviceinfo test.
This test has one stable failure. Mark that failure with QEXPECT_FAIL and re-enable the test. Task-number: QTBUG-25452 Change-Id: I811ffc52685780b185358dfa5e28c83598631ed4 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro2
-rw-r--r--tests/auto/qbluetoothserviceinfo/tst_qbluetoothserviceinfo.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro b/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro
index f5e0a627..072360ec 100644
--- a/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro
+++ b/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro
@@ -3,5 +3,3 @@ TARGET = tst_qbluetoothserviceinfo
CONFIG += testcase
QT = core concurrent bluetooth testlib
-
-CONFIG += insignificant_test # QTBUG-22017
diff --git a/tests/auto/qbluetoothserviceinfo/tst_qbluetoothserviceinfo.cpp b/tests/auto/qbluetoothserviceinfo/tst_qbluetoothserviceinfo.cpp
index 8bcc0b62..0ec6cd6a 100644
--- a/tests/auto/qbluetoothserviceinfo/tst_qbluetoothserviceinfo.cpp
+++ b/tests/auto/qbluetoothserviceinfo/tst_qbluetoothserviceinfo.cpp
@@ -232,6 +232,7 @@ void tst_QBluetoothServiceInfo::tst_assignment()
copyInfo = serviceInfo;
QVERIFY(!copyInfo.isRegistered());
+ QEXPECT_FAIL("assignment_data", "QTBUG-25452", Abort);
QVERIFY(copyInfo.registerService());
QVERIFY(copyInfo.isRegistered());