summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-11-06 13:20:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 14:15:44 +0100
commit529b9a7cc85f63966c8ed6150ea18286b7459b1e (patch)
treec9156afd8054ddbc1a448ace2ac010c92abaab72 /tests/auto
parentef5d3f16d5c18d51a659d5d22ebc0a190e5c9f43 (diff)
downloadqtwebsockets-529b9a7cc85f63966c8ed6150ea18286b7459b1e.tar.gz
Sanitize include directives
Change-Id: I510e5e8f263d3ea08dd3d623b054d06b2911c6d6 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/dataprocessor/tst_dataprocessor.cpp8
-rw-r--r--tests/auto/handshakerequest/tst_handshakerequest.cpp8
-rw-r--r--tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp10
3 files changed, 13 insertions, 13 deletions
diff --git a/tests/auto/dataprocessor/tst_dataprocessor.cpp b/tests/auto/dataprocessor/tst_dataprocessor.cpp
index dacc470..f8c3f77 100644
--- a/tests/auto/dataprocessor/tst_dataprocessor.cpp
+++ b/tests/auto/dataprocessor/tst_dataprocessor.cpp
@@ -40,10 +40,10 @@
****************************************************************************/
#include <QtTest/QtTest>
#include <QtTest/qtestcase.h>
-#include <QSignalSpy>
-#include <QBuffer>
-#include <QByteArray>
-#include <QDebug>
+#include <QtTest/QSignalSpy>
+#include <QtCore/QBuffer>
+#include <QtCore/QByteArray>
+#include <QtCore/QDebug>
#include "private/qwebsocketdataprocessor_p.h"
#include "private/qwebsocketprotocol_p.h"
diff --git a/tests/auto/handshakerequest/tst_handshakerequest.cpp b/tests/auto/handshakerequest/tst_handshakerequest.cpp
index 0a12233..3ee5587 100644
--- a/tests/auto/handshakerequest/tst_handshakerequest.cpp
+++ b/tests/auto/handshakerequest/tst_handshakerequest.cpp
@@ -40,12 +40,12 @@
****************************************************************************/
#include <QtTest/QtTest>
#include <QtTest/qtestcase.h>
-#include <QDebug>
-#include <QByteArray>
-#include <QtEndian>
+#include <QtCore/QDebug>
+#include <QtCore/QByteArray>
+#include <QtCore/QtEndian>
#include "private/qwebsockethandshakerequest_p.h"
-#include "qwebsocketprotocol.h"
+#include "QtWebSockets/qwebsocketprotocol.h"
QT_USE_NAMESPACE
diff --git a/tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp b/tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp
index 5480253..80e7b39 100644
--- a/tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp
+++ b/tests/auto/websocketcorsauthenticator/tst_websocketcorsauthenticator.cpp
@@ -40,12 +40,12 @@
****************************************************************************/
#include <QtTest/QtTest>
#include <QtTest/qtestcase.h>
-#include <QDebug>
-#include <QByteArray>
-#include <QtEndian>
+#include <QtCore/QDebug>
+#include <QtCore/QByteArray>
+#include <QtCore/QtEndian>
-#include "qwebsocketcorsauthenticator.h"
-#include "qwebsocketprotocol.h"
+#include "QtWebSockets/qwebsocketcorsauthenticator.h"
+#include "QtWebSockets/qwebsocketprotocol.h"
QT_USE_NAMESPACE