Author: joshcanfield
Date: Wed Jun 15 04:25:59 2011
New Revision: 1135915

URL: http://svn.apache.org/viewvc?rev=1135915&view=rev
Log:
Fixed UTF-8 Character.

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/LocalizationSetterImplTest.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/LocalizationSetterImplTest.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/LocalizationSetterImplTest.java?rev=1135915&r1=1135914&r2=1135915&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/LocalizationSetterImplTest.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/services/LocalizationSetterImplTest.java
 Wed Jun 15 04:25:59 2011
@@ -133,7 +133,7 @@ public class LocalizationSetterImplTest 
 
         assertEquals(options.get(0).getLabel(), "English");
         // Note that the label is localized to the underlying locale, not the 
default locale.
-        // That's why its "franais" (i.e., as a French speaker would say it), 
not "French"
+        // That's why its "français" (i.e., as a French speaker would say 
it), not "French"
         // (like an English speaker).
         assertEquals(options.get(1).getLabel(), "fran\u00e7ais");
 


Reply via email to