[jboss-cvs] JBossAS SVN: r87689 - projects/bootstrap/trunk/impl-base/src/test/java/org/jboss/bootstrap/impl/base/server/unit.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 22 15:49:48 EDT 2009


Author: ALRubinger
Date: 2009-04-22 15:49:48 -0400 (Wed, 22 Apr 2009)
New Revision: 87689

Modified:
   projects/bootstrap/trunk/impl-base/src/test/java/org/jboss/bootstrap/impl/base/server/unit/ServerInitializationTestCase.java
Log:
[JBBOOT-51] Fix copy/paste error

Modified: projects/bootstrap/trunk/impl-base/src/test/java/org/jboss/bootstrap/impl/base/server/unit/ServerInitializationTestCase.java
===================================================================
--- projects/bootstrap/trunk/impl-base/src/test/java/org/jboss/bootstrap/impl/base/server/unit/ServerInitializationTestCase.java	2009-04-22 19:45:30 UTC (rev 87688)
+++ projects/bootstrap/trunk/impl-base/src/test/java/org/jboss/bootstrap/impl/base/server/unit/ServerInitializationTestCase.java	2009-04-22 19:49:48 UTC (rev 87689)
@@ -28,7 +28,6 @@
 import org.jboss.bootstrap.impl.base.config.TestConfigFactory;
 import org.jboss.bootstrap.impl.base.config.TestServerConfig;
 import org.jboss.bootstrap.impl.base.config.TestServerInitializer;
-import org.jboss.bootstrap.impl.base.config.unit.ConfigValidationTestCase;
 import org.jboss.bootstrap.impl.base.server.TestNoOpServer;
 import org.jboss.bootstrap.spi.config.ServerConfig;
 import org.jboss.logging.Logger;
@@ -37,9 +36,8 @@
 import org.junit.BeforeClass;
 import org.junit.Test;
 
-
 /**
- * ConfigInitializationTestCase
+ * ServerInitializationTestCase
  * 
  * Ensures that the base server initialization is correct
  *
@@ -52,7 +50,7 @@
    // Class Members ----------------------------------------------------------------------||
    //-------------------------------------------------------------------------------------||
 
-   private static final Logger log = Logger.getLogger(ConfigValidationTestCase.class);
+   private static final Logger log = Logger.getLogger(ServerInitializationTestCase.class);
 
    private static CountingServerInitializer serverInitializer;
 




More information about the jboss-cvs-commits mailing list