User: kimptoc 
  Date: 01/07/24 06:25:33

  Modified:    src/build/stylesheets summary1.xsl
  Log:
  xsl if test was broken - it now works
  
  Revision  Changes    Path
  1.7       +1 -1      jbosstest/src/build/stylesheets/summary1.xsl
  
  Index: summary1.xsl
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/stylesheets/summary1.xsl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- summary1.xsl      2001/07/24 08:49:44     1.6
  +++ summary1.xsl      2001/07/24 13:25:32     1.7
  @@ -46,7 +46,7 @@
   
   --------------------------------------------
   
  -<xsl:if test='@failures!=0 or @errors!=0'>
  +<xsl:if test='$numberOfFailures!=0 or $numberOfErrors!=0'>
   
   DETAILS OF ERRORS
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to