[JWebUnit-development] SF.net SVN: jwebunit:[765] trunk/jwebunit-core/src/main/java/net/ sourcefor
Brought to you by:
henryju
|
From: <jev...@us...> - 2008-11-18 02:23:11
|
Revision: 765
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=765&view=rev
Author: jevonwright
Date: 2008-11-18 02:22:58 +0000 (Tue, 18 Nov 2008)
Log Message:
-----------
making getTestingEngine() tester method public
Modified Paths:
--------------
trunk/jwebunit-core/src/main/java/net/sourceforge/jwebunit/junit/WebTester.java
Modified: trunk/jwebunit-core/src/main/java/net/sourceforge/jwebunit/junit/WebTester.java
===================================================================
--- trunk/jwebunit-core/src/main/java/net/sourceforge/jwebunit/junit/WebTester.java 2008-11-18 02:18:30 UTC (rev 764)
+++ trunk/jwebunit-core/src/main/java/net/sourceforge/jwebunit/junit/WebTester.java 2008-11-18 02:22:58 UTC (rev 765)
@@ -79,7 +79,7 @@
*
* @return IJWebUnitDialog instance.
*/
- protected ITestingEngine getTestingEngine() {
+ public ITestingEngine getTestingEngine() {
if (testingEngine == null) {
// defaulting to the HtmlUnitDialog implementation.
testingEngine = initializeDialog();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|