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

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

Index: common.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/regression/xsl_reports/xsl/v2/common.xsl,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -u -d -r1.37 -r1.37.2.1
--- common.xsl  6 Dec 2005 14:21:14 -0000       1.37
+++ common.xsl  17 Nov 2006 22:21:47 -0000      1.37.2.1
@@ -147,8 +147,10 @@
     </func:function>
 
     <func:function name="meta:is_test_log_a_test_case">
-        <xsl:param name="test_log"/>      
-        <func:result select="$test_log/@test-type='compile' or 
$test_log/@test-type='compile_fail' or $test_log/@test-type='run' or 
$test_log/@test-type='run_pyd'"/>
+        <xsl:param name="test_log"/>       
+        <xsl:variable name="type" select="$test_log/@test-type"/>
+        <func:result select="$type='compile' or $type='compile_fail' or 
$type='link' or $type='link_fail' 
+                             or $type='run' or $type='run_fail' or 
$type='run_pyd'"/>
     </func:function>
 
 


-------------------------------------------------------------------------
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