Commit 7325325e by jenkins

Update main.cpp

parent cbaa78d7
Pipeline #8130 passed with stage
in 1 minute 20 seconds
...@@ -363,7 +363,7 @@ TEST(TestAPP, TestJsonConvertFrontAndPost) ...@@ -363,7 +363,7 @@ TEST(TestAPP, TestJsonConvertFrontAndPost)
\"voucherNumber\": \"\", \ \"voucherNumber\": \"\", \
\"storeNumber\": \"12314\", \ \"storeNumber\": \"12314\", \
\"requestAccount\": \"xxxxxx\", \ \"requestAccount\": \"xxxxxx\", \
\"signParam\": \"Ҵ󱯣\", \ \"signParam\": \"Ҵ󱯣\", \
\"resultCode\": \"1\" \ \"resultCode\": \"1\" \
}"; }";
...@@ -694,6 +694,7 @@ TEST(TestAPP, testfont7) ...@@ -694,6 +694,7 @@ TEST(TestAPP, testfont7)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
::testing::InitGoogleTest(&argc, argv); ::testing::InitGoogleTest(&argc, argv);
testing::GTEST_FLAG(output) = "xml:ClientFrame.xml";
//teststring(); //teststring();
RUN_ALL_TESTS(); RUN_ALL_TESTS();
//testaddmumber(); //testaddmumber();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment