diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-16 08:30:41 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-16 11:33:28 (GMT) |
commit | 14e5bf2963cc48e48b1a9c4c3650df8162d59c09 (patch) | |
tree | 95a2c5fe05d536e8c9bce7f34a76a6ae2ac3b9a9 | |
parent | 062b2b04ffab7261704ea4ca28963af08d86df61 (diff) | |
download | Qt-14e5bf2963cc48e48b1a9c4c3650df8162d59c09.zip Qt-14e5bf2963cc48e48b1a9c4c3650df8162d59c09.tar.gz Qt-14e5bf2963cc48e48b1a9c4c3650df8162d59c09.tar.bz2 |
Move these tests to tests/manual.
-rw-r--r-- | tests/auto/network.pro | 2 | ||||
-rw-r--r-- | tests/manual/network_stresstest/minihttpserver.cpp (renamed from tests/auto/qtcpsocket_stresstest/minihttpserver.cpp) | 0 | ||||
-rw-r--r-- | tests/manual/network_stresstest/minihttpserver.h (renamed from tests/auto/qtcpsocket_stresstest/minihttpserver.h) | 0 | ||||
-rw-r--r-- | tests/manual/network_stresstest/qtcpsocket_stresstest.pro (renamed from tests/auto/qtcpsocket_stresstest/qtcpsocket_stresstest.pro) | 0 | ||||
-rw-r--r-- | tests/manual/network_stresstest/qtest/bigfile (renamed from tests/auto/qtcpsocket_stresstest/qtest/bigfile) | 0 | ||||
-rw-r--r-- | tests/manual/network_stresstest/tst_qtcpsocket_stresstest.cpp (renamed from tests/auto/qtcpsocket_stresstest/tst_qtcpsocket_stresstest.cpp) | 0 | ||||
-rw-r--r-- | tests/manual/network_stresstest/wwwfiles.qrc (renamed from tests/auto/qtcpsocket_stresstest/wwwfiles.qrc) | 0 |
7 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/network.pro b/tests/auto/network.pro index 7aa4313..4f205fe 100644 --- a/tests/auto/network.pro +++ b/tests/auto/network.pro @@ -34,8 +34,6 @@ SUBDIRS=\ qsslerror \ qsslkey \ qsslsocket \ - qtcpsocket_stresstest \ - contains(QT_CONFIG, private_tests): SUBDIRS -= \ qhttpnetworkconnection \ diff --git a/tests/auto/qtcpsocket_stresstest/minihttpserver.cpp b/tests/manual/network_stresstest/minihttpserver.cpp index 3630674..3630674 100644 --- a/tests/auto/qtcpsocket_stresstest/minihttpserver.cpp +++ b/tests/manual/network_stresstest/minihttpserver.cpp diff --git a/tests/auto/qtcpsocket_stresstest/minihttpserver.h b/tests/manual/network_stresstest/minihttpserver.h index 9fcc8fc..9fcc8fc 100644 --- a/tests/auto/qtcpsocket_stresstest/minihttpserver.h +++ b/tests/manual/network_stresstest/minihttpserver.h diff --git a/tests/auto/qtcpsocket_stresstest/qtcpsocket_stresstest.pro b/tests/manual/network_stresstest/qtcpsocket_stresstest.pro index 47b2682..47b2682 100644 --- a/tests/auto/qtcpsocket_stresstest/qtcpsocket_stresstest.pro +++ b/tests/manual/network_stresstest/qtcpsocket_stresstest.pro diff --git a/tests/auto/qtcpsocket_stresstest/qtest/bigfile b/tests/manual/network_stresstest/qtest/bigfile index cb114a2..cb114a2 100644 --- a/tests/auto/qtcpsocket_stresstest/qtest/bigfile +++ b/tests/manual/network_stresstest/qtest/bigfile diff --git a/tests/auto/qtcpsocket_stresstest/tst_qtcpsocket_stresstest.cpp b/tests/manual/network_stresstest/tst_qtcpsocket_stresstest.cpp index 20ae9c0..20ae9c0 100644 --- a/tests/auto/qtcpsocket_stresstest/tst_qtcpsocket_stresstest.cpp +++ b/tests/manual/network_stresstest/tst_qtcpsocket_stresstest.cpp diff --git a/tests/auto/qtcpsocket_stresstest/wwwfiles.qrc b/tests/manual/network_stresstest/wwwfiles.qrc index b1d4be6..b1d4be6 100644 --- a/tests/auto/qtcpsocket_stresstest/wwwfiles.qrc +++ b/tests/manual/network_stresstest/wwwfiles.qrc |