wxWidgets/tests/uris
Vadim Zeitlin 0b8c4d54a8 Don't run FTP unit test by default any longer
ftp.wxwidgets.org seems to have gone, breaking the existing test (thanks
chris for all the fish...), so don't hardcode this URL in the test and,
without it, don't run the test by default any more and require
specifying a working FTP host (as well as an existing directory and a
file on it) when running it manually.

Rewrite the test using normal functions instead of Java-like structure
imposed by CppUnit to make it simple to skip it.
2017-11-22 22:48:05 +01:00
..
ftp.cpp Don't run FTP unit test by default any longer 2017-11-22 22:48:05 +01:00
uris.cpp Fix wxURI::Unescape() to work with Unicode strings 2016-02-13 04:01:27 +01:00
url.cpp Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00