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 2009/06/18 16:24:21 UTC

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

Author: lofwyr
Date: Thu Jun 18 14:24:20 2009
New Revision: 786077

URL: http://svn.apache.org/viewvc?rev=786077&view=rev
Log:
code style

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

Modified: myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java?rev=786077&r1=786076&r2=786077&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java (original)
+++ myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/AutomaticSeleniumTest.java Thu Jun 18 14:24:20 2009
@@ -32,13 +32,13 @@
 
   static final String CONTAINS_A_404 = "contains a 404";
   static final String HAS_ERROR_SEVERITY = "has error severity";
+  static final String IS_BROKEN = "is broken";
 
   private static final String MAVEN_TARGET = "target/tobago-example-test";
   private static final String CONTEXT_PATH = "tobago-example-test";
   private static final String SERVLET_MAPPING = "faces";
 
   private String url;
-  static final String IS_BROKEN = "is broken";
 
   public AutomaticSeleniumTest(String title, String url) {
     this.url = url;