mirror of
https://github.com/oatpp/oatpp-postgresql.git
synced 2024-11-21 01:05:09 +08:00
run test EnumAsStringTest
This commit is contained in:
parent
3d4f842ae7
commit
d486700090
@ -36,14 +36,13 @@ void runTests() {
|
||||
std::this_thread::sleep_for(std::chrono::seconds(10));
|
||||
}
|
||||
|
||||
//OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
|
||||
|
||||
//OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
|
||||
//OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
|
||||
//OATPP_RUN_TEST(oatpp::test::postgresql::types::ArrayTest);
|
||||
//OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
|
||||
//OATPP_RUN_TEST(oatpp::test::postgresql::types::CharacterTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::ql_template::ParserTest);
|
||||
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::IntTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::FloatTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::ArrayTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::InterpretationTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::CharacterTest);
|
||||
OATPP_RUN_TEST(oatpp::test::postgresql::types::EnumAsStringTest);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user