katie/tests/auto/qhostinfo
Ivailo Monev ac0689a666 reimplement QHostAddress via inet_pton() and inet_ntop()
both inet_pton() and inet_ntop() are supposed to be part of POSIX.1-2001
(see https://linux.die.net/man/3/inet_pton and
https://linux.die.net/man/3/inet_ntop), this makes QHostAddress input
requirements much more strict (e.g. whitespace in the input makes the
resulting QHostAddress object not valid) thus some QHostAddress tests fail
but QHostInfo tests pass. amends (such as return value checks) can be done
later

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-03-29 15:24:30 +02:00
..
CMakeLists.txt add QHostAdress, QHostInfo and HTTP QNetworkReply tests 2019-08-13 10:32:27 +00:00
tst_qhostinfo.cpp reimplement QHostAddress via inet_pton() and inet_ntop() 2024-03-29 15:24:30 +02:00