Tests: uncomment all.

This commit is contained in:
lganzzzo 2021-10-07 02:43:51 +03:00
parent 7f5576f52e
commit 42bbaf3224

View File

@ -76,7 +76,7 @@ void runTests() {
OATPP_LOGD("Tests", "coroutine size=%d", sizeof(oatpp::async::AbstractCoroutine));
OATPP_LOGD("Tests", "action size=%d", sizeof(oatpp::async::Action));
OATPP_LOGD("Tests", "class count=%d", oatpp::data::mapping::type::ClassId::getClassCount());
/*
OATPP_RUN_TEST(oatpp::test::base::CommandLineArgumentsTest);
OATPP_RUN_TEST(oatpp::test::base::LoggerTest);
@ -127,9 +127,7 @@ void runTests() {
OATPP_RUN_TEST(oatpp::test::network::UrlTest);
OATPP_RUN_TEST(oatpp::test::network::ConnectionPoolTest);
*/
OATPP_RUN_TEST(oatpp::test::network::monitor::ConnectionMonitorTest);
/*
OATPP_RUN_TEST(oatpp::test::network::virtual_::PipeTest);
OATPP_RUN_TEST(oatpp::test::network::virtual_::InterfaceTest);
@ -200,7 +198,7 @@ void runTests() {
test_port.run();
}
*/
}
}