File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,13 @@ void runTests() {
3636 std::this_thread::sleep_for (std::chrono::seconds (10 ));
3737 }
3838
39- // OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
40-
41- // OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
42- // OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
43- // OATPP_RUN_TEST(oatpp::test::postgresql::types::ArrayTest);
44- // OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
45- // OATPP_RUN_TEST(oatpp::test::postgresql::types::CharacterTest);
39+ OATPP_RUN_TEST (oatpp::test::postgresql::ql_template::ParserTest);
4640
41+ OATPP_RUN_TEST (oatpp::test::postgresql::types::IntTest);
42+ OATPP_RUN_TEST (oatpp::test::postgresql::types::FloatTest);
43+ OATPP_RUN_TEST (oatpp::test::postgresql::types::ArrayTest);
44+ OATPP_RUN_TEST (oatpp::test::postgresql::types::InterpretationTest);
45+ OATPP_RUN_TEST (oatpp::test::postgresql::types::CharacterTest);
4746 OATPP_RUN_TEST (oatpp::test::postgresql::types::EnumAsStringTest);
4847}
4948
You can’t perform that action at this time.
0 commit comments