wxWidgets/tests/uris
Vadim Zeitlin 466a2d000f Use CHECK() in wxURI unit test case
This allows the subsequent tests to still run even if one of the tests
fails, which is more useful in this test than CPPUNIT_ASSERT_EQUAL(),
which maps to REQUIRE() and so stops the test execution as soon as any
check fails, because the tests are independent.
2019-02-23 14:11:58 +01:00
..
ftp.cpp Don't run FTP unit test by default any longer 2017-11-22 22:48:05 +01:00
uris.cpp Use CHECK() in wxURI unit test case 2019-02-23 14:11:58 +01:00
url.cpp Retry in URL test when running in a CI environment 2019-01-12 15:39:09 +01:00