Author: jkuhnert
Date: Sun Jan 22 10:01:41 2006
New Revision: 371337

URL: http://svn.apache.org/viewcvs?rev=371337&view=rev
Log:
Trying to fix upload test, hard to debug

Modified:
    
jakarta/tapestry/trunk/framework/src/test/org/apache/tapestry/junit/mock/MockTester.java

Modified: 
jakarta/tapestry/trunk/framework/src/test/org/apache/tapestry/junit/mock/MockTester.java
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/test/org/apache/tapestry/junit/mock/MockTester.java?rev=371337&r1=371336&r2=371337&view=diff
==============================================================================
--- 
jakarta/tapestry/trunk/framework/src/test/org/apache/tapestry/junit/mock/MockTester.java
 (original)
+++ 
jakarta/tapestry/trunk/framework/src/test/org/apache/tapestry/junit/mock/MockTester.java
 Sun Jan 22 10:01:41 2006
@@ -261,7 +261,7 @@
         if (method != null) _request.setMethod(method);
 
         // It's really just the language from the locale.
-
+        
         String locale = request.getAttributeValue("locale");
         if (locale != null) _request.setLocale(new Locale(locale, "", ""));
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to