[jboss-cvs] JBossAS SVN: r78850 - branches/JBPAPP_4_3_0_GA_CC/testsuite/src/stylesheets.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 25 08:16:00 EDT 2008


Author: pskopek at redhat.com
Date: 2008-09-25 08:16:00 -0400 (Thu, 25 Sep 2008)
New Revision: 78850

Modified:
   branches/JBPAPP_4_3_0_GA_CC/testsuite/src/stylesheets/junit-frames.xsl
Log:
Missing environment prefix at properties for CC testify.

Modified: branches/JBPAPP_4_3_0_GA_CC/testsuite/src/stylesheets/junit-frames.xsl
===================================================================
--- branches/JBPAPP_4_3_0_GA_CC/testsuite/src/stylesheets/junit-frames.xsl	2008-09-25 11:44:21 UTC (rev 78849)
+++ branches/JBPAPP_4_3_0_GA_CC/testsuite/src/stylesheets/junit-frames.xsl	2008-09-25 12:16:00 UTC (rev 78850)
@@ -654,13 +654,13 @@
      <p/>
      <table class="details">
      <tr>
-       <td>Hudson Job Name</td><td><xsl:value-of select="//property[@name='JOB_NAME']/@value"/></td>
+       <td>Hudson Job Name</td><td><xsl:value-of select="//property[@name='env.JOB_NAME']/@value"/></td>
      </tr><tr>
-       <td>Build ID</td><td><xsl:value-of select="//property[@name='BUILD_ID']/@value"/></td>
+       <td>Build ID</td><td><xsl:value-of select="//property[@name='env.BUILD_ID']/@value"/></td>
      </tr><tr>
-       <td>Build Tag</td><td><xsl:value-of select="//property[@name='BUILD_TAG']/@value"/></td>
+       <td>Build Tag</td><td><xsl:value-of select="//property[@name='env.BUILD_TAG']/@value"/></td>
      </tr><tr>
-       <td>Build Number</td><td><xsl:value-of select="//property[@name='BUILD_NUMBER']/@value"/></td>
+       <td>Build Number</td><td><xsl:value-of select="//property[@name='env.BUILD_NUMBER']/@value"/></td>
      </tr><tr>
        <td>Date</td><td><xsl:value-of select="//property[@name='TODAY']/@value"/></td>
      </tr><tr>




More information about the jboss-cvs-commits mailing list