Author: j...@google.com
Date: Wed Feb 25 16:40:45 2009
New Revision: 4876

Modified:
     
releases/1.6/user/test/com/google/gwt/i18n/client/DateTimeFormat_de_Test.java

Log:
Fix test based on new CLDR data.

Patch by: jat


Modified:  
releases/1.6/user/test/com/google/gwt/i18n/client/DateTimeFormat_de_Test.java
==============================================================================
---  
releases/1.6/user/test/com/google/gwt/i18n/client/DateTimeFormat_de_Test.java   
 
(original)
+++  
releases/1.6/user/test/com/google/gwt/i18n/client/DateTimeFormat_de_Test.java   
 
Wed Feb 25 16:40:45 2009
@@ -26,6 +26,7 @@
  @SuppressWarnings("deprecation")
  public class DateTimeFormat_de_Test extends GWTTestCase {

+  @Override
    public String getModuleName() {
      return "com.google.gwt.i18n.I18NTest_de";
    }
@@ -38,7 +39,7 @@

    public void test_EEEMMMddyy() {
      Date date = new Date(2006 - 1900, 6, 27, 13, 10, 10);
-    assertEquals("Do, Jul 27, 06",
+    assertEquals("Do., Jul 27, 06",
          DateTimeFormat.getFormat("EEE, MMM d, yy").format(date));
    }



--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to