[jboss-cvs] JBoss Messaging SVN: r2643 - branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 4 05:59:53 EDT 2007


Author: timfox
Date: 2007-05-04 05:59:53 -0400 (Fri, 04 May 2007)
New Revision: 2643

Modified:
   branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms/DurableSubscriptionTest.java
Log:
Small fix


Modified: branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms/DurableSubscriptionTest.java
===================================================================
--- branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms/DurableSubscriptionTest.java	2007-05-04 09:53:26 UTC (rev 2642)
+++ branches/Branch_1_0_1_SP/tests/src/org/jboss/test/messaging/jms/DurableSubscriptionTest.java	2007-05-04 09:59:53 UTC (rev 2643)
@@ -52,7 +52,7 @@
  *
  * $Id$
  */
-public class DurableSubscriberTest extends MessagingTestCase
+public class DurableSubscriptionTest extends MessagingTestCase
 {
    // Constants -----------------------------------------------------
 
@@ -64,7 +64,7 @@
 
    // Constructors --------------------------------------------------
 
-   public DurableSubscriberTest(String name)
+   public DurableSubscriptionTest(String name)
    {
       super(name);
    }




More information about the jboss-cvs-commits mailing list