[Jboss-cvs] JBossAS SVN: r56455 - branches/JBoss_4_0_3_SP1_CP/testsuite/src/main/org/jboss/test/messagedriven/support

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 30 14:41:11 EDT 2006


Author: ryan.campbell at jboss.com
Date: 2006-08-30 14:41:10 -0400 (Wed, 30 Aug 2006)
New Revision: 56455

Modified:
   branches/JBoss_4_0_3_SP1_CP/testsuite/src/main/org/jboss/test/messagedriven/support/JMSContainerInvokerSimpleMessageDrivenUnitTest.java
Log:
follow removal of testRestartJMS from JMSContainerInvokerSimpleMessageDrivenUnitTest.java as per Branch_4_0

Modified: branches/JBoss_4_0_3_SP1_CP/testsuite/src/main/org/jboss/test/messagedriven/support/JMSContainerInvokerSimpleMessageDrivenUnitTest.java
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/testsuite/src/main/org/jboss/test/messagedriven/support/JMSContainerInvokerSimpleMessageDrivenUnitTest.java	2006-08-30 18:15:08 UTC (rev 56454)
+++ branches/JBoss_4_0_3_SP1_CP/testsuite/src/main/org/jboss/test/messagedriven/support/JMSContainerInvokerSimpleMessageDrivenUnitTest.java	2006-08-30 18:41:10 UTC (rev 56455)
@@ -44,23 +44,6 @@
       super(name, jmxDestination, defaultProps);
    }
 
-   public void testRestartJMS() throws Exception
-   {
-      Operation[] operations = new Operation[]
-      {
-         new SendMessageOperation(this, "1"),
-         new CheckMessageSizeOperation(this, 1, 0),
-         new CheckJMSDestinationOperation(this, 0, getDestination().toString()),
-         new CheckMessageIDOperation(this, 0, "1"),
-         new StopOperation(this, persistenceManager),
-         new StartOperation(this, persistenceManager),
-         new SendMessageOperation(this, "2"),
-         new CheckMessageSizeOperation(this, 2, 20000),
-         new CheckJMSDestinationOperation(this, 0, getDestination().toString()),
-      };
-      runTest(operations, defaultProps);
-   }
-
    public void testDeliveryActive() throws Exception
    {
       Properties props = (Properties) defaultProps.clone();




More information about the jboss-cvs-commits mailing list