[jboss-cvs] JBossAS SVN: r68364 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 17 23:48:34 EST 2007


Author: scott.stark at jboss.org
Date: 2007-12-17 23:48:34 -0500 (Mon, 17 Dec 2007)
New Revision: 68364

Modified:
   trunk/testsuite/build.xml
Log:
Base the profileservice config on the default config

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2007-12-18 04:23:00 UTC (rev 68363)
+++ trunk/testsuite/build.xml	2007-12-18 04:48:34 UTC (rev 68364)
@@ -922,14 +922,14 @@
    </target>
 
    <target name="tests-profileservice" description="Tests with the full featured profile service">
-      <create-profileservice-config baseconf="all" conf="profileservice"/>
+      <create-profileservice-config baseconf="default" conf="profileservice"/>
       <server:start name="profileservice"/>
       <run-junit junit.patternset="profileservice.includes"
         junit.configuration="profileservice"/>
       <server:stop name="profileservice"/>
    </target>
    <target name="profileservice-config" description="Create the full featured profile service config">
-      <create-profileservice-config baseconf="all" conf="profileservice"/>
+      <create-profileservice-config baseconf="default" conf="profileservice"/>
    </target>
 	
    <!-- Tests of tomcat needing a ssl connector




More information about the jboss-cvs-commits mailing list