Commit 5ffc9408 by 李定达

44444

parent bef5a799
Pipeline #8142 failed with stage
in 8 seconds
...@@ -693,13 +693,13 @@ TEST(TestAPP, testfont7) ...@@ -693,13 +693,13 @@ TEST(TestAPP, testfont7)
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
<<<<<<< HEAD //<<<<<<< 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::InitGoogleTest(&argc, argv);
testing::GTEST_FLAG(output) = "xml:ClientFrame.xml"; testing::GTEST_FLAG(output) = "xml:ClientFrame.xml";
>>>>>>> 7325325e99dde39ca6470c896246e41b86362de0 //>>>>>>> 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