diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-04-12 16:58:12 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-04-12 17:53:47 (GMT) |
commit | 9632fdefa9012ca11cd1345d66bafd6f417de88e (patch) | |
tree | f21fe488476ce89c2a8bbe792d10837b156efac7 /tests/auto/qtcpsocket/test | |
parent | d01f82879dd4d40ece8afb54d6d25f1ef9e35624 (diff) | |
download | Qt-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.pro | 2 |
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 |