You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/04/20 21:54:03 UTC

svn commit: r395686 - in /incubator/roller/trunk/tests/org/roller: RollerTestBase.java presentation/xmlrpc/RollerXmlRpcServerTest.java

Author: agilliland
Date: Thu Apr 20 12:54:00 2006
New Revision: 395686

URL: http://svn.apache.org/viewcvs?rev=395686&view=rev
Log:
cleaning up unit tests so that they compile again.


Modified:
    incubator/roller/trunk/tests/org/roller/RollerTestBase.java
    incubator/roller/trunk/tests/org/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java

Modified: incubator/roller/trunk/tests/org/roller/RollerTestBase.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/roller/RollerTestBase.java?rev=395686&r1=395685&r2=395686&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/roller/RollerTestBase.java (original)
+++ incubator/roller/trunk/tests/org/roller/RollerTestBase.java Thu Apr 20 12:54:00 2006
@@ -16,7 +16,6 @@
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
-import org.roller.business.BookmarkManagerTest;
 import org.roller.config.RollerConfig;
 import org.roller.model.PlanetManager;
 import org.roller.model.PropertiesManager;
@@ -42,7 +41,7 @@
  */
 public abstract class RollerTestBase extends TestCase {
     public static Log mLogger =
-            LogFactory.getFactory().getInstance(BookmarkManagerTest.class);
+            LogFactory.getFactory().getInstance(RollerTestBase.class);
     
     private Roller mRoller = null;
     

Modified: incubator/roller/trunk/tests/org/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tests/org/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java?rev=395686&r1=395685&r2=395686&view=diff
==============================================================================
--- incubator/roller/trunk/tests/org/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java (original)
+++ incubator/roller/trunk/tests/org/roller/presentation/xmlrpc/RollerXmlRpcServerTest.java Thu Apr 20 12:54:00 2006
@@ -12,6 +12,7 @@
 import org.roller.RollerTestBase;
 import org.roller.presentation.MockRollerContext;
 import org.roller.presentation.RollerRequest;
+import org.roller.presentation.webservices.xmlrpc.RollerXMLRPCServlet;
 import org.roller.util.RegexUtil;
  
 import java.util.ArrayList;