summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtcpsocket/test
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-04-12 16:58:12 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-04-12 17:53:47 (GMT)
commit9632fdefa9012ca11cd1345d66bafd6f417de88e (patch)
treef21fe488476ce89c2a8bbe792d10837b156efac7 /tests/auto/qtcpsocket/test
parentd01f82879dd4d40ece8afb54d6d25f1ef9e35624 (diff)
downloadQt-9632fdefa9012ca11cd1345d66bafd6f417de88e.zip
Qt-9632fdefa9012ca11cd1345d66bafd6f417de88e.tar.gz
Qt-9632fdefa9012ca11cd1345d66bafd6f417de88e.tar.bz2
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
Diffstat (limited to 'tests/auto/qtcpsocket/test')
-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 f4207d6..7bf5ba0 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