You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/11/21 15:24:54 UTC

svn commit: r1640919 - in /myfaces/tobago/branches/tobago-3.0.x: ./ tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/TobagoSelenium.java

Author: lofwyr
Date: Fri Nov 21 14:24:54 2014
New Revision: 1640919

URL: http://svn.apache.org/r1640919
Log:
Merged from trunk
CHECKSTYLE [from revision 1640761]

Modified:
    myfaces/tobago/branches/tobago-3.0.x/   (props changed)
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/TobagoSelenium.java

Propchange: myfaces/tobago/branches/tobago-3.0.x/
------------------------------------------------------------------------------
  Merged /myfaces/tobago/trunk:r1640761

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/TobagoSelenium.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/TobagoSelenium.java?rev=1640919&r1=1640918&r2=1640919&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/TobagoSelenium.java (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/TobagoSelenium.java Fri Nov 21 14:24:54 2014
@@ -33,7 +33,9 @@ public class TobagoSelenium extends Defa
   private String browserUrl;
 
   public TobagoSelenium(final String browserUrl) {
-    super(new HttpCommandProcessor("localhost", 4444, "*firefox", browserUrl)); //XXX should be replaced http://www.seleniumhq.org/docs/appendix_migrating_from_rc_to_webdriver.jsp#migrating-to-webdriver-reference
+    //XXX should be replaced
+    //XXX http://www.seleniumhq.org/docs/appendix_migrating_from_rc_to_webdriver.jsp#migrating-to-webdriver-reference
+    super(new HttpCommandProcessor("localhost", 4444, "*firefox", browserUrl));
     this.browserUrl = browserUrl;
   }