[jboss-jira] [JBoss JIRA] Commented: (JBAS-7920) Rename EJB3 testcases so that they are included in the default AS testsuite runs

jaikiran pai (JIRA) jira-events at lists.jboss.org
Fri Apr 9 06:25:37 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBAS-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12524749#action_12524749 ] 

jaikiran pai commented on JBAS-7920:
------------------------------------

Renamed the following testcases:

src/main/org/jboss/test/ejb3/nointerface/unit/EJB31NoInterfaceViewTestCase.java  --> src/main/org/jboss/test/ejb3/nointerface/unit/EJB31NoInterfaceViewUnitTestCase.java

src/main/org/jboss/test/ejb3/jboss51xsd/unit/EJB3DeploymentWithJBoss51xsdTestCase.java --> src/main/org/jboss/test/ejb3/jboss51xsd/unit/EJB3DeploymentWithJBoss51xsdUnitTestCase.java

src/main/org/jboss/test/ejb3/jbpapp3026/unit/AutoCreateDestinationForMDBTestCase.java --> src/main/org/jboss/test/ejb3/jbpapp3026/unit/AutoCreateDestinationForMDBUnitTestCase.java

src/main/org/jboss/test/ejb3/war/deployment/unit/Ejb3WarDeploymentTestCase.java --> src/main/org/jboss/test/ejb3/war/deployment/unit/Ejb3WarDeploymentUnitTestCase.java


> 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

        


More information about the jboss-jira mailing list