summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2015-11-25 15:32:12 +0100
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2015-11-25 15:05:41 +0000
commitdab0c9a010cf7fcd521707168cc8107b7ed6af24 (patch)
treec740efc81bb97fe8fe67339ca381f5465339c97b /tests
parentde6acd090c4e32717620863532dca4cd10214ac7 (diff)
Bluetooth autotests - remove outdated insignificant
Several tests were marked as 'insignificant' in the past, but nowadays tests can deal with VMs without BT adapters. Change-Id: If657b3723a9a3f88c9c638105a077fd7396931d8 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qbluetoothserver/qbluetoothserver.pro1
-rw-r--r--tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro1
-rw-r--r--tests/auto/qlowenergycontroller/qlowenergycontroller.pro1
-rw-r--r--tests/auto/qlowenergydescriptor/qlowenergydescriptor.pro2
4 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qbluetoothserver/qbluetoothserver.pro b/tests/auto/qbluetoothserver/qbluetoothserver.pro
index 870a28d7..ad0d1fab 100644
--- a/tests/auto/qbluetoothserver/qbluetoothserver.pro
+++ b/tests/auto/qbluetoothserver/qbluetoothserver.pro
@@ -4,7 +4,6 @@ CONFIG += testcase
QT = core concurrent bluetooth testlib
osx:QT += widgets
-osx:CONFIG += insignificant_test
OTHER_FILES += \
README.txt
diff --git a/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro b/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro
index a9a31acb..69bcef42 100644
--- a/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro
+++ b/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro
@@ -5,5 +5,4 @@ CONFIG += testcase
QT = core bluetooth testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
-osx:CONFIG += insignificant_test
diff --git a/tests/auto/qlowenergycontroller/qlowenergycontroller.pro b/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
index 9d25d8a3..24178b6e 100644
--- a/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
+++ b/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
@@ -10,5 +10,4 @@ SOURCES += tst_qlowenergycontroller.cpp
osx|ios {
QT += widgets
- CONFIG += insignificant_test
}
diff --git a/tests/auto/qlowenergydescriptor/qlowenergydescriptor.pro b/tests/auto/qlowenergydescriptor/qlowenergydescriptor.pro
index 4df897b8..81ec9566 100644
--- a/tests/auto/qlowenergydescriptor/qlowenergydescriptor.pro
+++ b/tests/auto/qlowenergydescriptor/qlowenergydescriptor.pro
@@ -4,5 +4,3 @@ CONFIG += testcase
QT = core bluetooth testlib
-osx:CONFIG += insignificant_test
-