You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/12/16 04:49:25 UTC

svn commit: r487756 - /incubator/roller/branches/roller_3.1/tests/org/apache/roller/business/PlanetManagerTest.java

Author: snoopdave
Date: Fri Dec 15 19:49:25 2006
New Revision: 487756

URL: http://svn.apache.org/viewvc?view=rev&rev=487756
Log:
Fixing a couple of test bugs that caused refreshEntries to fail

Modified:
    incubator/roller/branches/roller_3.1/tests/org/apache/roller/business/PlanetManagerTest.java

Modified: incubator/roller/branches/roller_3.1/tests/org/apache/roller/business/PlanetManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.1/tests/org/apache/roller/business/PlanetManagerTest.java?view=diff&rev=487756&r1=487755&r2=487756
==============================================================================
--- incubator/roller/branches/roller_3.1/tests/org/apache/roller/business/PlanetManagerTest.java (original)
+++ incubator/roller/branches/roller_3.1/tests/org/apache/roller/business/PlanetManagerTest.java Fri Dec 15 19:49:25 2006
@@ -305,7 +305,7 @@
             TestUtils.endSession(true);
         }
         {
-            planet.refreshEntries(null);
+            planet.refreshEntries("." + File.separator + "planet-cache");
             TestUtils.endSession(true);
             
             PlanetSubscriptionData sub = planet.getSubscription(feed_url1);
@@ -355,7 +355,7 @@
                 TestUtils.endSession(true);
             }
             {
-                planet.refreshEntries(null);
+                planet.refreshEntries("." + File.separator + "planet-cache");
                 TestUtils.endSession(true);
                 
                 int count = 0;