summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2012-01-12 15:53:35 +0000
committerShane Kearns <shane.kearns@accenture.com>2012-04-20 12:28:24 +0200
commitf0ec0009f4361d1c9d95b3fa79ab4c38c9a95195 (patch)
treee772d6a1101e67502a3fbb442ead4dd5dfd30c03
parent5ccae203fadbfa5b34e015bba76302f3b5c40828 (diff)
Port QHttp autotest
Change-Id: I110f93f0bc3e63c30f9a01b67303d73b6af07d53 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--tests/auto/qhttp/qhttp.pro6
-rw-r--r--tests/auto/qhttp/tst_qhttp.cpp2
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qhttp/qhttp.pro b/tests/auto/qhttp/qhttp.pro
index d672eb6..dd4f17f 100644
--- a/tests/auto/qhttp/qhttp.pro
+++ b/tests/auto/qhttp/qhttp.pro
@@ -1,7 +1,7 @@
CONFIG += testcase
-TARGET = tst_qhttp
SOURCES += tst_qhttp.cpp
-
+INCLUDEPATH += "../../../include"
+LIBS += -L../../../lib -lqhttp
QT = core network testlib
@@ -20,4 +20,4 @@ wince*: {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
-CONFIG+=insignificant_test
+CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/qhttp/tst_qhttp.cpp b/tests/auto/qhttp/tst_qhttp.cpp
index dd57aba..cc4b1f2 100644
--- a/tests/auto/qhttp/tst_qhttp.cpp
+++ b/tests/auto/qhttp/tst_qhttp.cpp
@@ -57,7 +57,7 @@
# include <qsslsocket.h>
#endif
-#include "../../../network-settings.h"
+#include "../../network-settings.h"
Q_DECLARE_METATYPE(QHttpResponseHeader)