Index: tools/regression/xsl_reports/xsl/v2/common.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/regression/xsl_reports/xsl/v2/common.xsl,v
retrieving revision 1.37
diff -u -r1.37 common.xsl
--- tools/regression/xsl_reports/xsl/v2/common.xsl	6 Dec 2005 14:21:14 -0000	1.37
+++ tools/regression/xsl_reports/xsl/v2/common.xsl	15 Nov 2006 20:23:05 -0000
@@ -148,7 +148,7 @@
 
     <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'"/>
+        <func:result select="$test_log/@test-type='compile' or $test_log/@test-type='compile_fail' or $test_log/@test-type='link' or $test_log/@test-type='link_fail' or $test_log/@test-type='run' or $test_log/@test-type='run_fail' or $test_log/@test-type='run_pyd'"/>
     </func:function>
 
 

