summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothdeviceinfo
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-23 21:14:40 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-24 11:13:34 +0200
commit5499e1ddeb62858c841aba822bee7943938714d0 (patch)
tree95b022d5064f9877d2cde963cfa978cfba06340b /tests/auto/qbluetoothdeviceinfo
parent73cc19a8611926c282259c71557b6b2535a22663 (diff)
Remove insignification from the qbluetoothdeviceinfo test.
This test has two stable failures. Mark these with QEXPECT_FAIL and re-enable the test. Task-number: QTBUG-25453 Change-Id: I1839a26280d2f47097d17278f55d1c9d84f8b300 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qbluetoothdeviceinfo')
-rw-r--r--tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro2
-rw-r--r--tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro b/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro
index 28eecce3..a12da314 100644
--- a/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro
+++ b/tests/auto/qbluetoothdeviceinfo/qbluetoothdeviceinfo.pro
@@ -3,5 +3,3 @@ TARGET=tst_qbluetoothdeviceinfo
CONFIG += testcase
QT = core concurrent bluetooth testlib
-
-CONFIG += insignificant_test # QTBUG-22017
diff --git a/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp b/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp
index 3d57edb8..77d91e66 100644
--- a/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp
+++ b/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp
@@ -252,6 +252,7 @@ void tst_QBluetoothDeviceInfo::tst_construction()
QCOMPARE(deviceInfo.name(), name);
QCOMPARE(deviceInfo.serviceClasses(), serviceClasses);
QCOMPARE(deviceInfo.majorDeviceClass(), majorDeviceClass);
+ QEXPECT_FAIL("0x00044C COD", "QTBUG-25453", Abort);
QCOMPARE(deviceInfo.minorDeviceClass(), minorDeviceClass);
QBluetoothDeviceInfo copyInfo(deviceInfo);
@@ -293,6 +294,7 @@ void tst_QBluetoothDeviceInfo::tst_assignment()
QCOMPARE(copyInfo.name(), name);
QCOMPARE(copyInfo.serviceClasses(), serviceClasses);
QCOMPARE(copyInfo.majorDeviceClass(), majorDeviceClass);
+ QEXPECT_FAIL("0x00044C COD", "QTBUG-25453", Abort);
QCOMPARE(copyInfo.minorDeviceClass(), minorDeviceClass);
}