kookie424 / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Is there output as xml file on Mac os? #381

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT NOTE: PLEASE send issues or requests to
http://groups.google.com/group/googletestframework *instead of here*.
This issue tracker is NOT regularly monitored.

If you really need to create a new issue, please provide the information
asked for below.

What steps will reproduce the problem?
1.Build gtest framework 1.60 on mac os.
2.Include sample from download zip.
3.Add testing::GTEST_FLAG(output) = "xml:";in main function.

What is the expected output? What do you see instead?
Result should be output as xml file. There is no any XML file generated.

What version of Google Test are you using? On what operating system?

Please provide any additional information below, such as a code snippet.

Original issue reported on code.google.com by lijing82...@gmail.com on 23 Sep 2011 at 8:59

GoogleCodeExporter commented 9 years ago
I am unable to reproduce your problem. The setting above should produce a file 
named <your executable name>.xml in the current working directory.

Are you sure you are setting the flag BEFORE calling InitGoogleTest?

Original comment by vladlosev on 2 Oct 2011 at 3:43

GoogleCodeExporter commented 9 years ago
Closed for the lack of reporter's response.

Original comment by vladlosev on 16 Oct 2011 at 4:59