[jboss-svn-commits] JBL Code SVN: r18378 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Feb 7 10:15:56 EST 2008
Author: kevin.conner at jboss.com
Date: 2008-02-07 10:15:56 -0500 (Thu, 07 Feb 2008)
New Revision: 18378
Modified:
labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/build.xml
Log:
Reinstate junit tests: JBESB-1513
Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/build.xml 2008-02-07 14:57:41 UTC (rev 18377)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/build.xml 2008-02-07 15:15:56 UTC (rev 18378)
@@ -93,7 +93,7 @@
</target>
<target name="ci-test.junit" depends="esb.init" description="Run JUnit based QA tests.">
- <!--<ant dir="junit" target="ci-test" />-->
+ <ant dir="junit" target="ci-test" />
<ant dir="quickstarts" target="ci-test" />
</target>
More information about the jboss-svn-commits
mailing list