[jboss-cvs] JBossAS SVN: r82002 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Dec 3 03:43:22 EST 2008
Author: dimitris at jboss.org
Date: 2008-12-03 03:43:21 -0500 (Wed, 03 Dec 2008)
New Revision: 82002
Modified:
trunk/testsuite/build.xml
Log:
minor change for deployment service tests
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2008-12-03 08:40:58 UTC (rev 82001)
+++ trunk/testsuite/build.xml 2008-12-03 08:43:21 UTC (rev 82002)
@@ -1289,7 +1289,7 @@
<target name="deployment-service-tests"
description="Tests targeting the deployment service">
<!-- Create clean configuration -->
- <delete dir="${jboss.dist}/server/deployment-service" />
+ <delete dir="${jboss.dist}/server/deployment-service" />
<create-config baseconf="default" newconf="deployment-service">
<patternset>
<include name="conf/**"/>
@@ -1328,8 +1328,7 @@
<target name="deployment-service-unit-tests">
<run-junit junit.patternset="deployment-service.includes"
- junit.configuration="${jboss-junit-configuration}"
- />
+ junit.configuration="deployment-service"/>
</target>
<!--
More information about the jboss-cvs-commits
mailing list