Skip to content

Commit d486700

Browse files
committed
run test EnumAsStringTest
1 parent 3d4f842 commit d486700

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

test/oatpp-postgresql/tests.cpp

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)