summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-30 09:39:35 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-02 16:17:14 +0200
commitce09187a209ec50aa8699e160dfc4f481a0d5e51 (patch)
treef5df3388a209680ff3ad1e9769638dd2c65efd4c /tests/auto/auto.pro
parentc35020419edafae6e7d1f0489942909a611f729f (diff)
Rewrite Descriptor class unit test
- Rename test due to class renaming - Test all class properties - Fix QLowEnergyDescriptor::uuid() when using invalid descriptor - Fixup dead code in QLowEnergyController unit test Change-Id: I5ffed5b67db786e6c2d9752ca51d2ede51e3f176 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 62318c88..99c81f30 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -18,7 +18,7 @@ qtHaveModule(bluetooth) {
qbluetoothuuid \
qbluetoothserver \
qlowenergycharacteristicinfo \
- qlowenergydescriptorinfo \
+ qlowenergydescriptor \
qlowenergyserviceinfo \
qlowenergycontroller
}