Revision: 965 http://jwebunit.svn.sourceforge.net/jwebunit/?rev=965&view=rev Author: henryju Date: 2012-11-27 16:00:24 +0000 (Tue, 27 Nov 2012) Log Message: ----------- [3590256] Relax visibility of some methods in HtmlUnit plugin
Modified Paths: -------------- trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java Modified: trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java =================================================================== --- trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java 2012-11-27 15:57:02 UTC (rev 964) +++ trunk/jwebunit-htmlunit-plugin/src/main/java/net/sourceforge/jwebunit/htmlunit/HtmlUnitTestingEngineImpl.java 2012-11-27 16:00:24 UTC (rev 965) @@ -1120,7 +1120,7 @@ * response. * @return HtmlForm object representing the current active form from the response. */ - private HtmlForm getForm() { + protected HtmlForm getForm() { if (form == null) { if (hasForm()) { setWorkingForm(getForm(0)); @@ -1174,7 +1174,7 @@ return page.getForms(); } - private HtmlPage getCurrentPage() { + protected HtmlPage getCurrentPage() { Page page = win.getEnclosedPage(); if (page instanceof HtmlPage) { return (HtmlPage) page; @@ -2336,7 +2336,7 @@ /** * @return Returns the testContext. */ - private TestContext getTestContext() { + protected TestContext getTestContext() { return testContext; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ JWebUnit-development mailing list JWebUnit-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jwebunit-development