[jboss-svn-commits] JBL Code SVN: r31833 - in labs/jbosstm/workspace/whitingjr/trunk/performance: src/main/resources/xsl and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 24 12:15:28 EST 2010


Author: whitingjr
Date: 2010-02-24 12:15:27 -0500 (Wed, 24 Feb 2010)
New Revision: 31833

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/lib/caveatemptor-jpa.jar
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/basedata.xsl
Log:
Changed column sizes to increase the average record length.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/lib/caveatemptor-jpa.jar
===================================================================
(Binary files differ)

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/basedata.xsl
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/basedata.xsl	2010-02-24 16:32:49 UTC (rev 31832)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/basedata.xsl	2010-02-24 17:15:27 UTC (rev 31833)
@@ -108,6 +108,13 @@
             <xsl:attribute name="DEFAULT_BILLING_DETAILS_ID">
                <xsl:text>[NULL]</xsl:text>
             </xsl:attribute>
+            <xsl:attribute name="DUFF">
+               <xsl:text>SUNNY</xsl:text>
+            </xsl:attribute>
+            <xsl:attribute name="BEER">
+               <xsl:text>AMBER</xsl:text>
+            </xsl:attribute>
+            
          </xsl:element>         
          <xsl:call-template name="insert-users">
             <xsl:with-param name="count" select="number($count+1)"/>



More information about the jboss-svn-commits mailing list