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.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to