summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothsocket/tst_qbluetoothsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qbluetoothsocket/tst_qbluetoothsocket.cpp')
-rw-r--r--tests/auto/qbluetoothsocket/tst_qbluetoothsocket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qbluetoothsocket/tst_qbluetoothsocket.cpp b/tests/auto/qbluetoothsocket/tst_qbluetoothsocket.cpp
index 8e848249..6eda9938 100644
--- a/tests/auto/qbluetoothsocket/tst_qbluetoothsocket.cpp
+++ b/tests/auto/qbluetoothsocket/tst_qbluetoothsocket.cpp
@@ -310,7 +310,7 @@ void tst_QBluetoothSocket::tst_clientConnection()
qDebug() << errorSpy.takeFirst().at(0).toInt();
if (loop--)
goto tryagain;
- QSKIP("Connection error", SkipSingle);
+ QSKIP("Connection error");
}
QCOMPARE(connectedSpy.count(), 1);
QCOMPARE(stateSpy.count(), 1);
@@ -446,7 +446,7 @@ void tst_QBluetoothSocket::tst_serviceConnection()
if (errorSpy.count() != 0) {
qDebug() << errorSpy.takeFirst().at(0).toInt();
- QSKIP("Connection error", SkipSingle);
+ QSKIP("Connection error");
}
QCOMPARE(connectedSpy.count(), 1);
QCOMPARE(stateSpy.count(), 1);