From 96a62cd1f5e5c5a915d60ba6d86a5ea44fc32acc Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Mon, 28 Aug 2023 14:34:44 +0200 Subject: tst_QDnsLookup: extend test coverage for property bindings The pre-existing tests were not using the QTestPrivate helpers, so extend them with the call to QTestPrivate::testReadWritePropertyBasics. The updated test didn't reveal any problems with binding loops, so no other action is required for now. Task-number: QTBUG-116346 Pick-to: 6.6 6.5 Change-Id: I51a17974a7f5bec3c969fcb55b6f28e3e9218eb5 Reviewed-by: Edward Welbourne Reviewed-by: Thiago Macieira --- tests/auto/network/kernel/qdnslookup/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/network/kernel/qdnslookup/CMakeLists.txt') diff --git a/tests/auto/network/kernel/qdnslookup/CMakeLists.txt b/tests/auto/network/kernel/qdnslookup/CMakeLists.txt index 74ace2b174..ea539ecbe0 100644 --- a/tests/auto/network/kernel/qdnslookup/CMakeLists.txt +++ b/tests/auto/network/kernel/qdnslookup/CMakeLists.txt @@ -16,6 +16,7 @@ qt_internal_add_test(tst_qdnslookup tst_qdnslookup.cpp LIBRARIES Qt::Network + Qt::TestPrivate ) qt_internal_extend_target(tst_qdnslookup CONDITION WIN32 -- cgit v1.2.3