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)
\"voucherNumber\": \"\", \
\"storeNumber\": \"12314\", \
\"requestAccount\": \"xxxxxx\", \
\"signParam\": \"Ҵ󱯣\", \
\"signParam\": \"Ҵ󱯣\", \
\"resultCode\": \"1\" \
}";
......@@ -694,6 +694,7 @@ TEST(TestAPP, testfont7)
int main(int argc, char *argv[])
{
::testing::InitGoogleTest(&argc, argv);
testing::GTEST_FLAG(output) = "xml:ClientFrame.xml";
//teststring();
RUN_ALL_TESTS();
//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