uncomment tests

This commit is contained in:
lganzzzo 2019-09-19 03:55:41 +03:00
parent b77039dee0
commit 11e30bbb89

View File

@ -53,10 +53,6 @@ void runTests() {
oatpp::base::Environment::printCompilationConfig();
OATPP_LOGI("aaa", "size_of(Coroutine)=%d", sizeof(oatpp::async::AbstractCoroutine));
OATPP_LOGI("aaa", "size_of(Action)=%d", sizeof(oatpp::async::Action));
/*
OATPP_RUN_TEST(oatpp::test::base::RegRuleTest);
OATPP_RUN_TEST(oatpp::test::base::CommandLineArgumentsTest);
@ -88,17 +84,16 @@ void runTests() {
OATPP_RUN_TEST(oatpp::test::web::server::api::ApiControllerTest);
OATPP_RUN_TEST(oatpp::test::web::server::handler::AuthorizationHandlerTest);
*/
// {
//
// oatpp::test::web::PipelineTest test_virtual(0, 3000);
// test_virtual.run();
//
// oatpp::test::web::PipelineTest test_port(8000, 3000);
// test_port.run();
//
// }
{
oatpp::test::web::PipelineTest test_virtual(0, 3000);
test_virtual.run();
oatpp::test::web::PipelineTest test_port(8000, 3000);
test_port.run();
}
{
@ -110,7 +105,6 @@ void runTests() {
}
/*
{
oatpp::test::web::FullTest test_virtual(0, 1000);
@ -140,7 +134,7 @@ void runTests() {
test_port.run(1);
}
*/
}
}