[jboss-cvs] JBossAS SVN: r59684 - trunk/testsuite/src/main/org/jboss/test/cluster/ds.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 16 17:37:15 EST 2007


Author: jerrygauth
Date: 2007-01-16 17:37:14 -0500 (Tue, 16 Jan 2007)
New Revision: 59684

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/ds/DistributedStateUser.java
Log:
Removed erroneous change to test case

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/ds/DistributedStateUser.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/ds/DistributedStateUser.java	2007-01-16 21:53:10 UTC (rev 59683)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/ds/DistributedStateUser.java	2007-01-16 22:37:14 UTC (rev 59684)
@@ -57,18 +57,18 @@
       this.partitionName = partitionName;
    }
 
-   public String getLogger()
+   public String getCategory()
    {
       return category;
    }
-   public void setLogger(String category)
+   public void setCategory(String category)
    {
       this.category = category;
    }
 
    public void start() throws Exception
    {
-      // Lookup the parition
+      // Lookup the partition
       InitialContext ctx = new InitialContext();
       String jndiName = "/HAPartition/" + partitionName;
       HAPartition partition = (HAPartition) ctx.lookup(jndiName);




More information about the jboss-cvs-commits mailing list