Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
6.9
-
None
-
-
13109ba35 (dev), 2d819c702 (6.9), 931f45a6f (6.8), e3d54987e (dev), bba15a7cf (dev), 1fe169316 (6.9), 7126129c1 (6.9), 85320964a (6.8), db015ea3e (6.8), d0dec560d (dev)
Description
While fixing different auto-tests failing on macOS 15 (and probably above) due to our file-based keychain not working for us anymore, we introduced a fix which is in use by QtNetwork but also needed by several modules other than qtbase/QtNetwork. Rather than copying the code this way or another in other modules (in qtbase the function was inside network-helpers.h) we can introduce a new QTest::helperFunction and re-use it where needed.
After this function is in place, several tests previously 'patched' can start using it.