Author: antonio
Date: Wed Jan  5 04:21:31 2005
New Revision: 124194

URL: http://svn.apache.org/viewcvs?view=rev&rev=124194
Log:
Set static
Modified:
   
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.java
   
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.java
   
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.java
   
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.java
   
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.java
   
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/util/test/MIMEUtilsTestCase.java

Modified: 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.java
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.java?view=diff&rev=124194&p1=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.java&r1=124193&p2=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.java&r2=124194
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.java
       (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/CookieSelectorTestCase.java
       Wed Jan  5 04:21:31 2005
@@ -25,7 +25,7 @@
 
 public class CookieSelectorTestCase extends SitemapComponentTestCase {
 
-    private final String COOKIE_SELECTOR = "cookie";
+    private static final String COOKIE_SELECTOR = "cookie";
     
     /**
      * Run this test suite from commandline

Modified: 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.java
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.java?view=diff&rev=124194&p1=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.java&r1=124193&p2=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.java&r2=124194
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.java
    (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/ExceptionSelectorTestCase.java
    Wed Jan  5 04:21:31 2005
@@ -26,7 +26,7 @@
 
 public class ExceptionSelectorTestCase extends SitemapComponentTestCase {
 
-    private final String EXCEPTION_SELECTOR = "exception";    
+    private static final String EXCEPTION_SELECTOR = "exception";    
 
     /**
      * Run this test suite from commandline

Modified: 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.java
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.java?view=diff&rev=124194&p1=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.java&r1=124193&p2=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.java&r2=124194
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.java
       (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HeaderSelectorTestCase.java
       Wed Jan  5 04:21:31 2005
@@ -24,7 +24,7 @@
 
 public class HeaderSelectorTestCase extends SitemapComponentTestCase {
 
-    private final String HEADER_SELECTOR = "header";
+    private static final String HEADER_SELECTOR = "header";
 
     /**
      * Run this test suite from commandline

Modified: 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.java
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.java?view=diff&rev=124194&p1=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.java&r1=124193&p2=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.java&r2=124194
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.java
 (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/HostSelectorTestCase.java
 Wed Jan  5 04:21:31 2005
@@ -24,7 +24,7 @@
 
 public class HostSelectorTestCase extends SitemapComponentTestCase {
 
-    private final String HOST_SELECTOR = "host";
+    private static final String HOST_SELECTOR = "host";
 
     /**
      * Run this test suite from commandline

Modified: 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.java
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.java?view=diff&rev=124194&p1=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.java&r1=124193&p2=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.java&r2=124194
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.java
 (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/selection/RegexpHeaderSelectorTestCase.java
 Wed Jan  5 04:21:31 2005
@@ -28,7 +28,7 @@
  */
 public class RegexpHeaderSelectorTestCase extends SitemapComponentTestCase {
 
-    private final String REGEXP_HEADER_SELECTOR = "regexp-header";
+    private static final String REGEXP_HEADER_SELECTOR = "regexp-header";
 
     /**
      * Run this test suite from commandline

Modified: 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/util/test/MIMEUtilsTestCase.java
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/util/test/MIMEUtilsTestCase.java?view=diff&rev=124194&p1=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/util/test/MIMEUtilsTestCase.java&r1=124193&p2=cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/util/test/MIMEUtilsTestCase.java&r2=124194
==============================================================================
--- 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/util/test/MIMEUtilsTestCase.java
    (original)
+++ 
cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/util/test/MIMEUtilsTestCase.java
    Wed Jan  5 04:21:31 2005
@@ -36,8 +36,8 @@
     final String NL = SystemUtils.LINE_SEPARATOR;
     Map mimeMap;
     Map extMap;
-    final String M2E = "MIME to extension mappings";
-    final String E2M = "Extension to MIME mappings";
+    static final String M2E = "MIME to extension mappings";
+    static final String E2M = "Extension to MIME mappings";
 
     public MIMEUtilsTestCase(String name) {
         super(name);

Reply via email to