summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qhttp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/qhttp')
-rw-r--r--tests/auto/network/access/qhttp/qhttp.pro9
-rw-r--r--tests/auto/network/access/qhttp/tst_qhttp.cpp7
2 files changed, 0 insertions, 16 deletions
diff --git a/tests/auto/network/access/qhttp/qhttp.pro b/tests/auto/network/access/qhttp/qhttp.pro
index f01f60f3d7..81a67caab3 100644
--- a/tests/auto/network/access/qhttp/qhttp.pro
+++ b/tests/auto/network/access/qhttp/qhttp.pro
@@ -13,15 +13,6 @@ wince*: {
addFiles.path = .
DEPLOYMENT += addFiles webFiles cgi
DEFINES += SRCDIR=\\\"\\\"
-} else:symbian {
- webFiles.files = webserver/*
- webFiles.path = webserver
- cgi.files = webserver/cgi-bin/*
- cgi.path = webserver/cgi-bin
- addFiles.files = rfc3252.txt trolltech
- addFiles.path = .
- DEPLOYMENT += addFiles webFiles cgi
- TARGET.CAPABILITY = NetworkServices
} else:vxworks*: {
DEFINES += SRCDIR=\\\"\\\"
} else {
diff --git a/tests/auto/network/access/qhttp/tst_qhttp.cpp b/tests/auto/network/access/qhttp/tst_qhttp.cpp
index 8875232714..a0c4a4ebd4 100644
--- a/tests/auto/network/access/qhttp/tst_qhttp.cpp
+++ b/tests/auto/network/access/qhttp/tst_qhttp.cpp
@@ -62,12 +62,6 @@
//TESTED_CLASS=
//TESTED_FILES=
-#ifdef Q_OS_SYMBIAN
-// In Symbian OS test data is located in applications private dir
-// And underlying Open C have application private dir in default search path
-#define SRCDIR ""
-#endif
-
Q_DECLARE_METATYPE(QHttpResponseHeader)
class tst_QHttp : public QObject
@@ -196,7 +190,6 @@ const int bytesDone_init = -10;
tst_QHttp::tst_QHttp()
{
- Q_SET_DEFAULT_IAP
}
tst_QHttp::~tst_QHttp()