You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2016/12/18 17:22:43 UTC

[8/9] jspwiki git commit: Fix RSSGeneratorTest to match latest WeblogPlugin changes

Fix RSSGeneratorTest to match latest WeblogPlugin changes


Project: http://git-wip-us.apache.org/repos/asf/jspwiki/repo
Commit: http://git-wip-us.apache.org/repos/asf/jspwiki/commit/cb0a11ef
Tree: http://git-wip-us.apache.org/repos/asf/jspwiki/tree/cb0a11ef
Diff: http://git-wip-us.apache.org/repos/asf/jspwiki/diff/cb0a11ef

Branch: refs/heads/JSPWIKI-1035
Commit: cb0a11ef4f2db8e6f496d98cb74e9c65ac354358
Parents: 19b5431
Author: brushed <di...@gmail.com>
Authored: Sat Dec 17 23:19:35 2016 +0100
Committer: brushed <di...@gmail.com>
Committed: Sat Dec 17 23:19:35 2016 +0100

----------------------------------------------------------------------
 ChangeLog                                                    | 6 +++++-
 .../src/test/java/org/apache/wiki/rss/RSSGeneratorTest.java  | 8 ++++----
 2 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jspwiki/blob/cb0a11ef/ChangeLog
----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 04ba4cc..34c0e12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2016-12-13  Dirk Frederickx (brushed AT apache DOT org)
+2016-12-17  Dirk Frederickx (brushed AT apache DOT org)
+
+       * Fixing RSSGenerator test with latest WeblogPlugin changes
+
+2016-12-17  Dirk Frederickx (brushed AT apache DOT org)
 
        * 2.10.3-svn-20  Various HADDOCK updates & fixes.
 

http://git-wip-us.apache.org/repos/asf/jspwiki/blob/cb0a11ef/jspwiki-war/src/test/java/org/apache/wiki/rss/RSSGeneratorTest.java
----------------------------------------------------------------------
diff --git a/jspwiki-war/src/test/java/org/apache/wiki/rss/RSSGeneratorTest.java b/jspwiki-war/src/test/java/org/apache/wiki/rss/RSSGeneratorTest.java
index f56a28c..2fc1864 100644
--- a/jspwiki-war/src/test/java/org/apache/wiki/rss/RSSGeneratorTest.java
+++ b/jspwiki-war/src/test/java/org/apache/wiki/rss/RSSGeneratorTest.java
@@ -1,4 +1,4 @@
-/* 
+/*
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
@@ -14,7 +14,7 @@
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
-    under the License.  
+    under the License.
  */
 /*
  * (C) Janne Jalkanen 2005
@@ -84,7 +84,7 @@ public class RSSGeneratorTest extends TestCase
 
         WeblogPlugin blogplugin = new WeblogPlugin();
 
-        List< ? > entries = blogplugin.findBlogEntries( m_testEngine.getPageManager(),
+        List< ? > entries = blogplugin.findBlogEntries( m_testEngine,
                                                        "TestBlog",
                                                         new Date(0),
                                                         new Date(Long.MAX_VALUE) );
@@ -114,7 +114,7 @@ public class RSSGeneratorTest extends TestCase
 
         WeblogPlugin blogplugin = new WeblogPlugin();
 
-        List< ? > entries = blogplugin.findBlogEntries( m_testEngine.getPageManager(),
+        List< ? > entries = blogplugin.findBlogEntries( m_testEngine,
                                                        "TestBlog",
                                                         new Date(0),
                                                         new Date(Long.MAX_VALUE) );