You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/09/05 01:26:53 UTC

svn commit: r692302 - /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/IntegrationTests.java

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("//A[@class='topLabel']", "1966 dŽcembre");
+        assertText("//A[@class='topLabel']", "1966 d\u00e9cembre");
 
         clickAndWait("link=english");
     }