Author: hlship
Date: Thu Sep  4 16:26:53 2008
New Revision: 692302

URL: http://svn.apache.org/viewvc?rev=692302&view=rev
Log:
TAPESTRY-2617: DateField component should localize the month names and day name 
abbreviations shown in the client web browser

Modified:
    
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/IntegrationTests.java

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/IntegrationTests.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/IntegrationTests.java?rev=692302&r1=692301&r2=692302&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/IntegrationTests.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/IntegrationTests.java
 Thu Sep  4 16:26:53 2008
@@ -1195,7 +1195,7 @@
         
waitForCondition("selenium.browserbot.getCurrentWindow().$$('DIV.datePicker').first().isDeepVisible()
 == true",
                          PAGE_LOAD_TIMEOUT);
 
-        assertText("//[EMAIL PROTECTED]'topLabel']", "1966 dŽcembre");
+        assertText("//[EMAIL PROTECTED]'topLabel']", "1966 d\u00e9cembre");
 
         clickAndWait("link=english");
     }


Reply via email to