Regenerate tests/auto/network/access
Change-Id: I18839ef583336fa2fa42cb4325fdb007675df213 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
dec6b7cb9e
commit
5acc32361e
|
|
@ -5,7 +5,6 @@
|
|||
#####################################################################
|
||||
|
||||
add_qt_test(tst_hpack
|
||||
GUI
|
||||
SOURCES
|
||||
tst_hpack.cpp
|
||||
LIBRARIES
|
||||
|
|
@ -16,5 +15,4 @@ add_qt_test(tst_hpack
|
|||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:hpack.pro:<TRUE>:
|
||||
# CONFIG = "testcase" "parallel_test" "c++11"
|
||||
# TEMPLATE = "app"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qhsts
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qhsts.cpp
|
||||
LIBRARIES
|
||||
|
|
@ -16,5 +15,4 @@ add_qt_test(tst_qhsts
|
|||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:hsts.pro:<TRUE>:
|
||||
# CONFIG = "testcase" "parallel_test" "c++11"
|
||||
# TEMPLATE = "app"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#####################################################################
|
||||
|
||||
add_qt_test(tst_http2
|
||||
GUI
|
||||
SOURCES
|
||||
../../../../shared/emulationdetector.h
|
||||
http2srv.cpp http2srv.h
|
||||
|
|
@ -20,6 +19,3 @@ add_qt_test(tst_http2
|
|||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:http2.pro:<TRUE>:
|
||||
# CONFIG = "testcase" "parallel_test" "c++11"
|
||||
|
|
|
|||
|
|
@ -5,15 +5,12 @@
|
|||
#####################################################################
|
||||
|
||||
# Collect test data
|
||||
|
||||
file(GLOB test_data_glob
|
||||
LIST_DIRECTORIES true
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
"tests/*")
|
||||
tests/*)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
|
||||
add_qt_test(tst_qabstractnetworkcache
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qabstractnetworkcache.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
|
@ -22,5 +19,4 @@ add_qt_test(tst_qabstractnetworkcache
|
|||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qabstractnetworkcache.pro:<TRUE>:
|
||||
# CONFIG = "testcase" "unsupported/testserver"
|
||||
# QT_TEST_SERVER_LIST = "apache2"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,14 @@
|
|||
# Generated from qftp.pro.
|
||||
|
||||
if(NOT QT_FEATURE_private_tests)
|
||||
return()
|
||||
endif()
|
||||
|
||||
#####################################################################
|
||||
## tst_qftp Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qftp
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qftp.cpp
|
||||
LIBRARIES
|
||||
|
|
@ -15,5 +18,5 @@ add_qt_test(tst_qftp
|
|||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qftp.pro:<TRUE>:
|
||||
# CONFIG = "testcase" "unsupported/testserver"
|
||||
# QT_TEST_SERVER_LIST = "vsftpd" "ftp-proxy" "squid" "danted"
|
||||
# _REQUIREMENTS = "qtConfig(private_tests)"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,14 @@
|
|||
# Generated from qhttpnetworkconnection.pro.
|
||||
|
||||
if(NOT QT_FEATURE_private_tests)
|
||||
return()
|
||||
endif()
|
||||
|
||||
#####################################################################
|
||||
## tst_qhttpnetworkconnection Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qhttpnetworkconnection
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qhttpnetworkconnection.cpp
|
||||
LIBRARIES
|
||||
|
|
@ -16,5 +19,5 @@ add_qt_test(tst_qhttpnetworkconnection
|
|||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qhttpnetworkconnection.pro:<TRUE>:
|
||||
# CONFIG = "testcase" "unsupported/testserver"
|
||||
# QT_TEST_SERVER_LIST = "apache2"
|
||||
# _REQUIREMENTS = "qtConfig(private_tests)"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,14 @@
|
|||
# Generated from qhttpnetworkreply.pro.
|
||||
|
||||
if(NOT QT_FEATURE_private_tests)
|
||||
return()
|
||||
endif()
|
||||
|
||||
#####################################################################
|
||||
## tst_qhttpnetworkreply Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qhttpnetworkreply
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qhttpnetworkreply.cpp
|
||||
LIBRARIES
|
||||
|
|
@ -16,4 +19,4 @@ add_qt_test(tst_qhttpnetworkreply
|
|||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qhttpnetworkreply.pro:<TRUE>:
|
||||
# CONFIG = "testcase"
|
||||
# _REQUIREMENTS = "qtConfig(private_tests)"
|
||||
|
|
|
|||
|
|
@ -5,12 +5,8 @@
|
|||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qnetworkaccessmanager
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qnetworkaccessmanager.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkaccessmanager.pro:<TRUE>:
|
||||
# CONFIG = "testcase"
|
||||
|
|
|
|||
|
|
@ -5,12 +5,8 @@
|
|||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qnetworkcachemetadata
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qnetworkcachemetadata.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkcachemetadata.pro:<TRUE>:
|
||||
# CONFIG = "testcase"
|
||||
|
|
|
|||
|
|
@ -5,12 +5,8 @@
|
|||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qnetworkcookie
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qnetworkcookie.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkcookie.pro:<TRUE>:
|
||||
# CONFIG = "testcase"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
list(APPEND test_data "parser.json")
|
||||
|
||||
add_qt_test(tst_qnetworkcookiejar
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qnetworkcookiejar.cpp
|
||||
LIBRARIES
|
||||
|
|
@ -18,6 +17,3 @@ add_qt_test(tst_qnetworkcookiejar
|
|||
Qt::Network
|
||||
TESTDATA ${test_data}
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkcookiejar.pro:<TRUE>:
|
||||
# CONFIG = "testcase"
|
||||
|
|
|
|||
|
|
@ -5,12 +5,8 @@
|
|||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qnetworkdiskcache
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qnetworkdiskcache.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkdiskcache.pro:<TRUE>:
|
||||
# CONFIG = "testcase"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
# Generated from echo.pro.
|
||||
|
||||
#####################################################################
|
||||
## echo Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(echo
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
|
@ -9,18 +9,15 @@ list(APPEND test_data "../empty")
|
|||
list(APPEND test_data "../rfc3252.txt")
|
||||
list(APPEND test_data "../resource")
|
||||
list(APPEND test_data "../bigfile")
|
||||
|
||||
file(GLOB test_data_glob
|
||||
LIST_DIRECTORIES true
|
||||
file(GLOB_RECURSE test_data_glob
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
"../*.jpg")
|
||||
../*.jpg)
|
||||
list(APPEND test_data ${test_data_glob})
|
||||
list(APPEND test_data "../certs")
|
||||
list(APPEND test_data "../index.html")
|
||||
list(APPEND test_data "../smb-file.txt")
|
||||
|
||||
add_qt_test(tst_qnetworkreply
|
||||
GUI
|
||||
SOURCES
|
||||
../../../../../shared/emulationdetector.h
|
||||
../tst_qnetworkreply.cpp
|
||||
|
|
@ -38,18 +35,21 @@ add_qt_test(tst_qnetworkreply
|
|||
set_source_files_properties("../resource"
|
||||
PROPERTIES QT_RESOURCE_ALIAS "resource"
|
||||
)
|
||||
set(qnetworkreply_resource_files
|
||||
"resource"
|
||||
)
|
||||
|
||||
add_qt_resource(tst_qnetworkreply "qnetworkreply"
|
||||
PREFIX
|
||||
"/"
|
||||
BASE
|
||||
".."
|
||||
FILES
|
||||
resource
|
||||
${qnetworkreply_resource_files}
|
||||
)
|
||||
|
||||
|
||||
#### Keys ignored in scope 1:.:.:test.pro:<TRUE>:
|
||||
# CONFIG = "testcase" "-debug_and_release_target" "unsupported/testserver"
|
||||
# QT_FOR_CONFIG = "gui-private"
|
||||
# QT_TEST_SERVER_LIST = "vsftpd" "apache2" "ftp-proxy" "danted" "squid"
|
||||
# testcase.timeout = "600"
|
||||
|
|
|
|||
|
|
@ -5,12 +5,8 @@
|
|||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qnetworkrequest
|
||||
GUI
|
||||
SOURCES
|
||||
tst_qnetworkrequest.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Network
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:qnetworkrequest.pro:<TRUE>:
|
||||
# CONFIG = "testcase"
|
||||
|
|
|
|||
Loading…
Reference in New Issue