Update of /cvsroot/boost/boost/tools/regression/xsl_reports/xsl/v2
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3914

Modified Files:
      Tag: RC_1_34_0
        result_page.xsl 
Log Message:
Add missing test types + test for it (thanks to Juergen Hunold)

Index: result_page.xsl
===================================================================
RCS file: 
/cvsroot/boost/boost/tools/regression/xsl_reports/xsl/v2/result_page.xsl,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -u -d -r1.26.2.1 -r1.26.2.2
--- result_page.xsl     11 Jun 2006 02:41:37 -0000      1.26.2.1
+++ result_page.xsl     17 Nov 2006 22:22:02 -0000      1.26.2.2
@@ -102,6 +102,8 @@
             <xsl:when test="$test_type='run_fail'">     
<xsl:text>rf</xsl:text> </xsl:when>
             <xsl:when test="$test_type='compile'">      <xsl:text>c</xsl:text> 
 </xsl:when>
             <xsl:when test="$test_type='compile_fail'"> 
<xsl:text>cf</xsl:text> </xsl:when>
+            <xsl:when test="$test_type='link'">         <xsl:text>l</xsl:text> 
</xsl:when>
+            <xsl:when test="$test_type='link_fail'">    
<xsl:text>lf</xsl:text> </xsl:when>
             <xsl:otherwise>
                 <xsl:message terminate="yes">Incorrect test type 
"<xsl:value-of select="$test_type"/>"</xsl:message>
             </xsl:otherwise>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to