summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp b/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp
index 64a65348..adc61199 100644
--- a/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp
+++ b/tests/auto/qbluetoothdeviceinfo/tst_qbluetoothdeviceinfo.cpp
@@ -73,8 +73,6 @@ private slots:
void tst_serviceUuids();
void tst_cached();
-
- void tst_manufacturerSpecificData();
};
tst_QBluetoothDeviceInfo::tst_QBluetoothDeviceInfo()
@@ -375,16 +373,6 @@ void tst_QBluetoothDeviceInfo::tst_cached()
QVERIFY(!(deviceInfo.isCached()));
}
-void tst_QBluetoothDeviceInfo::tst_manufacturerSpecificData()
-{
- QBluetoothDeviceInfo deviceInfo;
- QByteArray data;
- bool available;
- data = deviceInfo.manufacturerSpecificData(&available);
- // Current API implementation returns only empty QByteArray()
- QCOMPARE(data, QByteArray());
-}
-
QTEST_MAIN(tst_QBluetoothDeviceInfo)
#include "tst_qbluetoothdeviceinfo.moc"