Add unit test for wxWebRequest

The environment variable WX_TEST_WEBREQUEST_URL has to
be set to https://httpbin.org or a local instance of it
to be run.
This commit is contained in:
Tobias Taschner 2018-10-24 23:55:27 +02:00
parent 701f697fa4
commit 6db3f5f115
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
10 changed files with 158 additions and 0 deletions

View file

@ -70,6 +70,7 @@
misc/typeinfotest.cpp
net/ipc.cpp
net/socket.cpp
net/webrequest.cpp
regex/regextest.cpp
regex/wxregextest.cpp
scopeguard/scopeguardtest.cpp