summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtcpserver/test
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-03-10 18:16:05 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-03-11 11:19:24 (GMT)
commit99baeb5b6b2c6d0b2724709ae8caa789e5ad5895 (patch)
tree21d59a8abf67fdd804e4afd2a7f3583e2e4070f1 /tests/auto/qtcpserver/test
parent132566afcf2357cc3c77d940f22567d83951f21d (diff)
downloadQt-99baeb5b6b2c6d0b2724709ae8caa789e5ad5895.zip
Qt-99baeb5b6b2c6d0b2724709ae8caa789e5ad5895.tar.gz
Qt-99baeb5b6b2c6d0b2724709ae8caa789e5ad5895.tar.bz2
Fixes for QTcpServer autotest
Set symbian capabilities in the two sub .pro files Enable IPv6 test on symbian Disable tests that use open C functions on socket descriptors When bearer management is enabled, start the network interface at start of the test. Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto/qtcpserver/test')
-rw-r--r--tests/auto/qtcpserver/test/test.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/auto/qtcpserver/test/test.pro b/tests/auto/qtcpserver/test/test.pro
index e91ba20..65e1d82 100644
--- a/tests/auto/qtcpserver/test/test.pro
+++ b/tests/auto/qtcpserver/test/test.pro
@@ -13,9 +13,10 @@ wince*: {
}
symbian {
- crashApp.files = $$QT_BUILD_TREE/examples/widgets/wiggly/$${BUILD_DIR}/crashingServer.exe
- crashApp.path = .
- DEPLOYMENT += crashApp
+ crashApp.files = $$QT_BUILD_TREE/examples/widgets/wiggly/$${BUILD_DIR}/crashingServer.exe
+ crashApp.path = .
+ DEPLOYMENT += crashApp
+ TARGET.CAPABILITY += NetworkServices ReadUserData
}
TARGET = ../tst_qtcpserver