[jboss-cvs] JBoss Messaging SVN: r1500 - trunk/tests/src/org/jboss/test/messaging/jms

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 18 18:48:33 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-10-18 18:48:32 -0400 (Wed, 18 Oct 2006)
New Revision: 1500

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/ManualClusteringTest.java
Log:
fixing typo

Modified: trunk/tests/src/org/jboss/test/messaging/jms/ManualClusteringTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/ManualClusteringTest.java	2006-10-18 22:06:07 UTC (rev 1499)
+++ trunk/tests/src/org/jboss/test/messaging/jms/ManualClusteringTest.java	2006-10-18 22:48:32 UTC (rev 1500)
@@ -1297,7 +1297,7 @@
    /** This is what is planned to be executed when a durable subscriber's connection fail.
     *  The durable subscription will be created on the second node, and the first node will be closed/failed.
     *  If this test passes we will have most of what we need for HA server recovery */
-   public void testHAFailoeverRequirementsOnDurable() throws Exception
+   public void testHAFailoverRequirementsOnDurable() throws Exception
    {
        Connection conn1 = null;
        




More information about the jboss-cvs-commits mailing list