You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2010/05/02 11:45:20 UTC

svn commit: r940185 - /myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/MultiSuffixSeleniumTest.java

Author: bommel
Date: Sun May  2 09:45:20 2010
New Revision: 940185

URL: http://svn.apache.org/viewvc?rev=940185&view=rev
Log:
checkstyle

Modified:
    myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/MultiSuffixSeleniumTest.java

Modified: myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/MultiSuffixSeleniumTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/MultiSuffixSeleniumTest.java?rev=940185&r1=940184&r2=940185&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/MultiSuffixSeleniumTest.java (original)
+++ myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/MultiSuffixSeleniumTest.java Sun May  2 09:45:20 2010
@@ -32,7 +32,7 @@ public abstract class MultiSuffixSeleniu
   }
 
   public void open(String urlFragment) {
-    selenium.open(createUrl(urlFragment + suffix));
+    getSelenium().open(createUrl(urlFragment + suffix));
   }
 
   protected void sleep() throws InterruptedException {