From 09defae552883e1d673021772e51fdce81838560 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 7 Feb 2012 16:59:47 +0100 Subject: No more Bluetooth on Symbian This change cleans the code base significantly. Change-Id: I668d05d72cf5aa896818139e2daba51909c0b9dd Reviewed-by: Michael Zanetti Reviewed-by: Alex --- .../auto/qbluetoothlocaldevice/qbluetoothlocaldevice.pro | 2 -- .../qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp | 16 ---------------- 2 files changed, 18 deletions(-) (limited to 'tests/auto/qbluetoothlocaldevice') diff --git a/tests/auto/qbluetoothlocaldevice/qbluetoothlocaldevice.pro b/tests/auto/qbluetoothlocaldevice/qbluetoothlocaldevice.pro index abb1f3da..d35df900 100644 --- a/tests/auto/qbluetoothlocaldevice/qbluetoothlocaldevice.pro +++ b/tests/auto/qbluetoothlocaldevice/qbluetoothlocaldevice.pro @@ -4,6 +4,4 @@ CONFIG += testcase QT = core concurrent bluetooth testlib -symbian: TARGET.CAPABILITY = ReadDeviceData LocalServices WriteDeviceData NetworkControl - CONFIG += insignificant_test # QTBUG-22017 diff --git a/tests/auto/qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp b/tests/auto/qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp index 0e877ef8..1470567c 100644 --- a/tests/auto/qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp +++ b/tests/auto/qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp @@ -106,16 +106,6 @@ void tst_QBluetoothLocalDevice::tst_pairDevice_data() QTest::newRow("UnPaired Device: DUMMY") << QBluetoothAddress("11:00:00:00:00:00") << QBluetoothLocalDevice::Unpaired; -#ifdef Q_OS_SYMBIAN - - QTest::newRow("unPAIRED Device: J X6") << QBluetoothAddress("d8:75:33:6a:82:85") - << QBluetoothLocalDevice::Unpaired; - QTest::newRow("AuthPAIRED Device: J X6") << QBluetoothAddress("d8:75:33:6a:82:85") - << QBluetoothLocalDevice::AuthorizedPaired; - QTest::newRow("PAIRED Device: J C-7-1") << QBluetoothAddress("6c:9b:02:0c:91:ca") - << QBluetoothLocalDevice::Paired; - -#endif // Q_OS_SYMBIAN } void tst_QBluetoothLocalDevice::tst_pairingStatus_data() @@ -125,12 +115,6 @@ void tst_QBluetoothLocalDevice::tst_pairingStatus_data() QTest::newRow("UnPaired Device: DUMMY") << QBluetoothAddress("11:00:00:00:00:00") << QBluetoothLocalDevice::Unpaired; -#ifdef Q_OS_SYMBIAN - QTest::newRow("PAIRED Device: J X6") << QBluetoothAddress("d8:75:33:6a:82:85") - << QBluetoothLocalDevice::Paired; - QTest::newRow("AuthPAIRED Device: J C-7-1") << QBluetoothAddress("6c:9b:02:0c:91:ca") - << QBluetoothLocalDevice::AuthorizedPaired; -#endif // Q_OS_SYMBIAN } void tst_QBluetoothLocalDevice::tst_powerOn() -- cgit v1.2.3