Skip to content

Commit

Permalink
uncomment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Sep 19, 2019
1 parent b77039d commit 11e30bb
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions test/oatpp/AllTestsMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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();

}

{

Expand All @@ -110,7 +105,6 @@ void runTests() {

}

/*
{

oatpp::test::web::FullTest test_virtual(0, 1000);
Expand Down Expand Up @@ -140,7 +134,7 @@ void runTests() {
test_port.run(1);

}
*/

}

}
Expand Down

0 comments on commit 11e30bb

Please sign in to comment.