Commit bef5a799 by 李定达

Merge branch 'master' of gitlab.freemud.com:dingda.li/ClientFrame

# Conflicts:
#	ClientFrame/main.cpp
parents b5407145 7325325e
Pipeline #8141 failed with stage
in 8 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\" \
}"; }";
...@@ -693,8 +693,13 @@ TEST(TestAPP, testfont7) ...@@ -693,8 +693,13 @@ TEST(TestAPP, testfont7)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
<<<<<<< HEAD
testing::GTEST_FLAG(output) = "xml:TestReport_A.xml"; testing::GTEST_FLAG(output) = "xml:TestReport_A.xml";
testing::InitGoogleTest(&argc, argv); testing::InitGoogleTest(&argc, argv);
=======
::testing::InitGoogleTest(&argc, argv);
testing::GTEST_FLAG(output) = "xml:ClientFrame.xml";
>>>>>>> 7325325e99dde39ca6470c896246e41b86362de0
//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