Modified: incubator/jspwiki/branches/JSPWIKI_JCR_BRANCH/tests/com/ecyrd/jspwiki/xmlrpc/RPCHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_JCR_BRANCH/tests/com/ecyrd/jspwiki/xmlrpc/RPCHandlerTest.java?rev=728275&r1=728274&r2=728275&view=diff ============================================================================== --- incubator/jspwiki/branches/JSPWIKI_JCR_BRANCH/tests/com/ecyrd/jspwiki/xmlrpc/RPCHandlerTest.java (original) +++ incubator/jspwiki/branches/JSPWIKI_JCR_BRANCH/tests/com/ecyrd/jspwiki/xmlrpc/RPCHandlerTest.java Sat Dec 20 04:02:17 2008 @@ -50,7 +50,7 @@ m_engine = new TestEngine( m_props ); m_handler = new RPCHandler(); - WikiContext ctx = m_engine.getWikiContextFactory().newViewContext( null, null, new WikiPage(m_engine, "Dummy") ); + WikiContext ctx = m_engine.getWikiContextFactory().newViewContext( m_engine.createPage("Dummy") ); m_handler.initialize( ctx ); }
