summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttp/qhttp.pro
diff options
context:
space:
mode:
authorShane Kearns <ext-shane.2.kearns@nokia.com>2012-04-16 20:32:37 +0100
committerShane Kearns <shane.kearns@accenture.com>2012-04-20 12:29:13 +0200
commit554a2448783cf735256807ea7f532b63cd745464 (patch)
treea888883abd34614f2ac44383c14c24044a16ba98 /tests/auto/qhttp/qhttp.pro
parent5a12bc0e9ed4335a36c54275ce64bf78ab669735 (diff)
Fix failing test case
Removed references to nokia and trolltech websites, the test just uses the network test server now. The test was failing due to a redirect in place on qt.nokia.com Change-Id: I3716552cc1a12f0157121694250cfacaf5cbc7b8 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/qhttp/qhttp.pro')
-rw-r--r--tests/auto/qhttp/qhttp.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qhttp/qhttp.pro b/tests/auto/qhttp/qhttp.pro
index 55d90ac..b053b7c 100644
--- a/tests/auto/qhttp/qhttp.pro
+++ b/tests/auto/qhttp/qhttp.pro
@@ -4,6 +4,8 @@ INCLUDEPATH += "../../../include"
QT = core network testlib http
+TARGET = tst_qhttp
+
wince*: {
webFiles.files = webserver/*
webFiles.path = webserver
@@ -18,5 +20,3 @@ wince*: {
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
-
-CONFIG+=insignificant_test # QTQAINFRA-428