We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9f0d9 commit 4bed148Copy full SHA for 4bed148
test/oatpp-postgresql/tests.cpp
@@ -13,9 +13,9 @@ void runTests() {
13
14
OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
15
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);
+ OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
+ OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
+ OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
19
20
}
21
0 commit comments