summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtcpsocket/test/test.pro
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-04-12 17:58:12 +0100
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-11 16:37:16 +0200
commit605102d5c6df00d0d722826308e832c7058863db (patch)
tree1037b2ea07e94c95238b3d87465f8e29439c1871 /tests/auto/qtcpsocket/test/test.pro
parent1a1af689fcaea5952794ceb74d6be0aa4638d6d1 (diff)
Fix some warnings in symbian network tests
Ignore warning when the test intentionally sets an invalid socket descriptor. Make sure to set content type on all http post tests in tst_qnetworkreply. Run test with enough capabilities to avoid platsec errors when accessing certificate store. Reviewed-By: Markus Goetz (cherry picked from commit 9632fdefa9012ca11cd1345d66bafd6f417de88e)
Diffstat (limited to 'tests/auto/qtcpsocket/test/test.pro')
-rw-r--r--tests/auto/qtcpsocket/test/test.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtcpsocket/test/test.pro b/tests/auto/qtcpsocket/test/test.pro
index f4207d6de9..7bf5ba0074 100644
--- a/tests/auto/qtcpsocket/test/test.pro
+++ b/tests/auto/qtcpsocket/test/test.pro
@@ -13,7 +13,7 @@ vxworks:QT -= gui
symbian: {
TARGET.EPOCHEAPSIZE="0x100 0x3000000"
- TARGET.CAPABILITY = NetworkServices
+ TARGET.CAPABILITY = NetworkServices ReadUserData
}
TARGET = tst_qtcpsocket