CppStars / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Eliminate the use of the "//" axis in the CCNet XSLT. #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
> * There are two XPATH queries that use "//warning". This global 
> selector conflicts with other tools that use "warning" elements like 
> MSBuild XML loggers. Changing the paths to ".//warning" seemed to fix 
> the problem for me, but I'm no XPATH expert. :)
>

Ironically, this can be seen on the CC.NET detail report for MbUnit
itself:

http://ccnet.gallio.org/server/local/project/MbUnit+v2/build/log20080128034017Lb
uild.2.4.2.102.xml/MbUnitTestReport.aspx

All the build warnings show up as test warnings.

-Wes

Original issue reported on code.google.com by jeff.br...@gmail.com on 1 Feb 2008 at 7:33

GoogleCodeExporter commented 8 years ago
Fixed by applying your suggested change.

Original comment by jeff.br...@gmail.com on 11 Nov 2008 at 8:42