Skip to content

Commit 4bed148

Browse files
committed
Uncomment All Tests.
1 parent 2b9f0d9 commit 4bed148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/oatpp-postgresql/tests.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ void runTests() {
1313

1414
OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
1515

16-
// OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
17-
// OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
18-
// OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
16+
OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
17+
OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
18+
OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
1919

2020
}
2121

0 commit comments

Comments
 (0)