[jboss-cvs] JBossAS SVN: r78067 - branches/JBPAPP_4_3_0_GA_CC/testsuite/src/resources/cc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 5 03:48:04 EDT 2008


Author: pskopek at redhat.com
Date: 2008-09-05 03:48:03 -0400 (Fri, 05 Sep 2008)
New Revision: 78067

Modified:
   branches/JBPAPP_4_3_0_GA_CC/testsuite/src/resources/cc/testCaseMapping_1.0.xml
Log:
Removed test which doesn't exist (com.sun.ts.tests.ejb.ee.timer.mdb.Client:rollbackTxInEjbTimeoutIntervalTest).

Modified: branches/JBPAPP_4_3_0_GA_CC/testsuite/src/resources/cc/testCaseMapping_1.0.xml
===================================================================
--- branches/JBPAPP_4_3_0_GA_CC/testsuite/src/resources/cc/testCaseMapping_1.0.xml	2008-09-05 07:31:00 UTC (rev 78066)
+++ branches/JBPAPP_4_3_0_GA_CC/testsuite/src/resources/cc/testCaseMapping_1.0.xml	2008-09-05 07:48:03 UTC (rev 78067)
@@ -1796,10 +1796,6 @@
 
     <testCase name="com.sun.ts.tests.ejb.ee.timer.mdb.Client">
       <desc>EJB:SPEC:864, 864.1, 864.2 If the Bean Provider invokes the setRollbackOnly method from within the ejbTimeout method, the container must rollback the transaction in which the ejbTimeout method is invoked. The container must retry the timeout after the transaction rollback. </desc>
-      <test name="rollbackTxInEjbTimeoutIntervalTest">
-        <desc>Create a message-driven container-managed transaction bean implementing the TimedObject interface. Create an entity bean with two flags; one flag is set with a Requires method, the other with RequiresNew.  Both flags are initialized unset.  Create an interval timer.  In a transaction context in the ejbTimeout method, set both flags, and cause the transaction to be rolled back.  When the ejbTimeout method is retried, verify that the transaction has been rolled back if the RequiresNew flag is set and the Requires flag is unset.  In the application client, block on a JMS receive for a period longer than the timer's duration.  Verify that the correct message from ejbTimeout was received.  API tested: TimerService.createTimer(long, long, Serializable) </desc>
-        <TSFI>tsfi.jts.api</TSFI>
-      </test>
       <test name="rollbackTxInEjbTimeoutSingleEventTest">
         <desc>Create a message-driven container-managed transaction bean implementing the TimedObject interface. Create an entity bean with two flags; one flag is set with a Requires method, the other with RequiresNew.  Both flags are initialized unset.  Create an single-event timer.  In a transaction context in the ejbTimeout method, set both flags, and cause the transaction to be rolled back.  When the ejbTimeout method is retried, verify that the transaction has been rolled back if the RequiresNew flag is set and the Requires flag is unset.  In the application client, block on a JMS receive for a period longer than the timer's duration.  Verify that the correct message from ejbTimeout was received.  API tested: TimerService.createTimer(long, Serializable)</desc>
         <TSFI>tsfi.jts.api</TSFI>




More information about the jboss-cvs-commits mailing list