Rename EJB3 testcases so that they are included in the default AS testsuite runs
--------------------------------------------------------------------------------
Key: JBAS-7920
URL:
https://jira.jboss.org/jira/browse/JBAS-7920
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: jaikiran pai
Assignee: jaikiran pai
Fix For: JBossAS-6.0.0.M3
The AS test build runs only those test cases whose name ends with UnitTestCase:
<target name="tests-standard-unit" depends="init">
<echo><![CDATA[
junit.timeout: ${junit.timeout}
jbosstest.iterationcount: ${jbosstest.iterationcount}
jbosstest.threadcount: ${jbosstest.threadcount}
jbosstest.beancount: ${jbosstest.beancount}
]]></echo>
....
<fileset dir="${build.classes}">
<include name="**/*UnitTestCase.class"/>
<patternset refid="all.excludes"/>
<exclude name="**/test/xa/test/XAUnitTestCase.class"/>
</fileset>
</batchtest>
</junit>
</target>
Rename some of the EJB3 testcases, so that they end up being run by the nightly AS hudson
testsuite job.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira