/[Apache-SVN]/cocoon/trunk/src/test/org/apache/cocoon/environment/mock/MockRequest.java
ViewVC logotype

Diff of /cocoon/trunk/src/test/org/apache/cocoon/environment/mock/MockRequest.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/trunk/src/test/org/apache/cocoon/environment/mock/MockRequest.java	2005/04/24 06:59:57	164454
+++ cocoon/trunk/src/test/org/apache/cocoon/environment/mock/MockRequest.java	2005/04/24 07:12:35	164455
@@ -49,7 +49,7 @@ public class MockRequest implements Requ
     private String queryString;
     private String method = "GET";
     private String contentType;
-    private Locale locale;
+    private Locale locale = Locale.US;
     private Principal principal;
     private String remoteAddr;
     private String remoteHost;
@@ -339,7 +339,7 @@ public class MockRequest implements Requ
         queryString = null;
         method = "GET";
         contentType = null;
-        locale = null;
+        locale = Locale.US;
         principal = null;
         remoteAddr = null;
         remoteHost = null;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26