tanghong123 / googletest

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

need to support special Windows paths for XML output paths #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Windows a root directory can have the form \\network\share, which gtest
doesn't handle right now.

Also, a Windows path in the form \foo\bar is not absolute (as it depends on
the current drive), but the logic for converting it to an solute path is
not abs_path_to_cwd + relative_path.  gtest needs to understand this.

Original issue reported on code.google.com by zhanyong...@gmail.com on 26 Jan 2009 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 27 Sep 2010 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 27 Sep 2010 at 7:09