[jboss-cvs] JBossAS SVN: r64144 - in branches/Branch_AOP_1_5/aop: src/resources/test/stress and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 19 14:30:52 EDT 2007


Author: kabir.khan at jboss.com
Date: 2007-07-19 14:30:52 -0400 (Thu, 19 Jul 2007)
New Revision: 64144

Modified:
   branches/Branch_AOP_1_5/aop/build.xml
   branches/Branch_AOP_1_5/aop/src/resources/test/stress/config.properties
Log:
Fix test classpath

Modified: branches/Branch_AOP_1_5/aop/build.xml
===================================================================
--- branches/Branch_AOP_1_5/aop/build.xml	2007-07-19 18:18:08 UTC (rev 64143)
+++ branches/Branch_AOP_1_5/aop/build.xml	2007-07-19 18:30:52 UTC (rev 64144)
@@ -101,6 +101,7 @@
       <!-- The combined dependent module classpath -->
       <path id="dependentmodule.classpath">
          <path refid="jboss.common.classpath"/>
+         <path refid="jboss.test.classpath"/>
       </path>
 
       <!-- ===== -->
@@ -823,6 +824,7 @@
          <jvmarg value="-Xbootclasspath/p:${bootclasspath}"/>
          <sysproperty key="jboss.aop.path" value="${jboss.aop.path}"/>
          <sysproperty key="jboss.aop.instrumentor" value="${instrumentor}"/>
+         <sysproperty key="jboss.aop.debug-classes" value="true"/>
          <formatter type="plain" extension="-${caller}.txt"/>
          <formatter type="xml" extension="-${caller}.xml"/>
          <classpath>

Modified: branches/Branch_AOP_1_5/aop/src/resources/test/stress/config.properties
===================================================================
--- branches/Branch_AOP_1_5/aop/src/resources/test/stress/config.properties	2007-07-19 18:18:08 UTC (rev 64143)
+++ branches/Branch_AOP_1_5/aop/src/resources/test/stress/config.properties	2007-07-19 18:30:52 UTC (rev 64144)
@@ -1,5 +1,5 @@
 warmup=1000000
-loops=10000000
+loops=5000000
 threads=1
 random_sleep_interval=false
 sleeptime_millis=0




More information about the jboss-cvs-commits mailing list