From 815bc61626825ec5572d642e6baaec9158d81044 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Thu, 10 Feb 2022 20:21:30 +0100 Subject: Cleanup tests that add test data to resources explicitly Remove Integrity and Android specific code that explicitly adds test data to the resource files. qt_internal_add_test functions implicitly adds test data to resources for Android and Integrity platforms by default. Change-Id: Ia1d58755b47442e1953462e38606f70fec262368 Reviewed-by: Assam Boudjelthia Reviewed-by: Alexandru Croitor Reviewed-by: Qt CI Bot --- .../serialization/qtextstream/test/CMakeLists.txt | 24 +--------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'tests/auto/corelib/serialization/qtextstream/test/CMakeLists.txt') diff --git a/tests/auto/corelib/serialization/qtextstream/test/CMakeLists.txt b/tests/auto/corelib/serialization/qtextstream/test/CMakeLists.txt index cb48aed16c..c0b9752fc5 100644 --- a/tests/auto/corelib/serialization/qtextstream/test/CMakeLists.txt +++ b/tests/auto/corelib/serialization/qtextstream/test/CMakeLists.txt @@ -36,28 +36,6 @@ qt_internal_add_resource(tst_qtextstream "qtextstream" ${qtextstream_resource_files} ) -if(INTEGRITY) -set(qtextstream_resource_files_integrity - "../rfc3261.txt" - "../task113817.txt" - "../tst_qtextstream.cpp" -) - -qt_internal_add_resource(tst_qtextstream "qtextstream_integrity" - PREFIX - "/" - FILES - ${qtextstream_resource_files_integrity} -) -endif() - -## Scopes: - -qt_internal_extend_target(tst_qtextstream CONDITION builtin_testdata OR INTEGRITY - DEFINES - BUILTIN_TESTDATA -) - if(QT_FEATURE_process) - add_dependencies(tst_qtextstream stdinProcess readAllStdinProcess readLineStdinProcess) + add_dependencies(tst_qtextstream stdinProcess readAllStdinProcess readLineStdinProcess) endif() -- cgit v1.2.3