summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-18 14:01:10 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-23 11:02:30 +0200
commit6ee2c7a095e1408000b02e1f3e1c4bab9359123d (patch)
tree48d244fb58482c2abc69bc7fd42fc512c52e76ba /tests/auto/qlowenergycontroller
parentd5731113e912e0df17f19fcdb12b4b6b68256220 (diff)
Further cleanup QLowEnergyServiceInfo
Removes obsolte code from the previos GATT API and other API elements which do not make any sense under the new API anymore. The entire purpose of QLowEnergyServiceInfo is also in question as it doesn't really contain BTLE specifics when compared to QBluetoothServiceInfo. This requires further API evaluation. Change-Id: Idfce724bb58150839f756745b87864054909dedb Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'tests/auto/qlowenergycontroller')
-rw-r--r--tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp b/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
index 3d501351..fa7aa50a 100644
--- a/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
+++ b/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
@@ -179,7 +179,6 @@ void tst_QLowEnergyController::tst_verifyAllServices()
QVERIFY(uuids.contains(info.serviceUuid()));
//QVERIFY(!info.isConnected());
QVERIFY(info.isValid());
- QCOMPARE(QLowEnergyServiceInfo::PrimaryService, info.serviceType());
QBluetoothUuid u = info.serviceUuid();
bool ok = false;
quint16 clsId = u.toUInt16(&ok);