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 2012/02/11 22:54:29 UTC

svn commit: r1243156 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java

Author: bommel
Date: Sat Feb 11 21:54:29 2012
New Revision: 1243156

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

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

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java?rev=1243156&r1=1243155&r2=1243156&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java Sat Feb 11 21:54:29 2012
@@ -51,7 +51,7 @@ public class AutomaticSeleniumTest exten
     String base = MAVEN_TARGET + '/';
 
     // e.g. in the IDE normally the base dir is the tobago project root
-    if (! new File(base).exists()) {
+    if (!new File(base).exists()) {
       base = "tobago-example/tobago-example-test/" + base;
     }