sbailliez    01/11/11 04:40:25

  Modified:    src/etc  junit-frames.xsl
  Log:
  Added a missing table header. Patch from Jeff Turner <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-ant/src/etc/junit-frames.xsl
  
  Index: junit-frames.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/etc/junit-frames.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- junit-frames.xsl  2001/08/30 13:26:36     1.4
  +++ junit-frames.xsl  2001/11/11 12:40:25     1.5
  @@ -229,6 +229,7 @@
                        <h2>Tests</h2>
                        <p>
                        <table class="details" border="0" cellpadding="5" 
cellspacing="2" width="95%">
  +        <xsl:call-template name="testcase.test.header"/>
                          <!--
                          test can even not be started at all (failure to load 
the class)
                          so report the error directly
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to