[Jboss-cvs] JBossAS SVN: r56992 - trunk/ejb3
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Sep 20 04:27:42 EDT 2006
Author: wolfc
Date: 2006-09-20 04:27:38 -0400 (Wed, 20 Sep 2006)
New Revision: 56992
Modified:
trunk/ejb3/build-test.xml
Log:
enabled standalone/servicepojo
Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml 2006-09-20 04:22:18 UTC (rev 56991)
+++ trunk/ejb3/build-test.xml 2006-09-20 08:27:38 UTC (rev 56992)
@@ -3130,6 +3130,9 @@
<antcall target="standalone-test" inheritRefs="true">
<param name="test" value="standalone/security"/>
</antcall>
+ <antcall target="standalone-test" inheritRefs="true">
+ <param name="test" value="standalone/servicepojo"/>
+ </antcall>
</target>
<target name="ejb-tests" depends="init" description="Execute all tests">
More information about the jboss-cvs-commits
mailing list