Author: [EMAIL PROTECTED]
Date: Mon Nov 10 15:16:01 2008
New Revision: 4007

Modified:
     
branches/1_6_clean_events/user/test/com/google/gwt/i18n/client/I18N2Test.java
     
branches/1_6_clean_events/user/test/com/google/gwt/i18n/client/I18NTest.java

Log:
Reverting local changes ti I18N from branch.

Modified:  
branches/1_6_clean_events/user/test/com/google/gwt/i18n/client/I18N2Test.java
==============================================================================
---  
branches/1_6_clean_events/user/test/com/google/gwt/i18n/client/I18N2Test.java   
 
(original)
+++  
branches/1_6_clean_events/user/test/com/google/gwt/i18n/client/I18N2Test.java   
 
Mon Nov 10 15:16:01 2008
@@ -27,7 +27,6 @@
   * Test the same things as I18NTest but with a different module which
   * uses different locales.
   */
[EMAIL PROTECTED]("deprecation")
  public class I18N2Test extends GWTTestCase {
    @Override
    public String getModuleName() {

Modified:  
branches/1_6_clean_events/user/test/com/google/gwt/i18n/client/I18NTest.java
==============================================================================
---  
branches/1_6_clean_events/user/test/com/google/gwt/i18n/client/I18NTest.java    
 
(original)
+++  
branches/1_6_clean_events/user/test/com/google/gwt/i18n/client/I18NTest.java    
 
Mon Nov 10 15:16:01 2008
@@ -45,7 +45,6 @@
  /**
   * Tests Internationalization. Assumes locale is set to piglatin_UK
   */
[EMAIL PROTECTED]("deprecation")
  public class I18NTest extends GWTTestCase {

    @Override
@@ -147,7 +146,7 @@
      Colors colors = (Colors) GWT.create(Colors.class);
      assertNotNull(colors);
      // No piglatin version exists for grey
-    assertEquals("�réý", colors.grey());
+    assertEquals("ĝréý", colors.grey());
      assertEquals("ackblay", colors.black());
    }

@@ -381,11 +380,11 @@
          types.stringDoesNotTrimTrailingThreeSpaces());
      assertEquals("", types.stringEmpty());
      String jaBlue = types.stringJapaneseBlue();
-    assertEquals("��", jaBlue);
+    assertEquals("あお", jaBlue);
      String jaGreen = types.stringJapaneseGreen();
-    assertEquals("��り", jaGreen);
+    assertEquals("みどり", jaGreen);
      String jaRed = types.stringJapaneseRed();
-    assertEquals("��", jaRed);
+    assertEquals("あか", jaRed);
    }

    public void testConstantsWithLookup() {
@@ -534,7 +533,7 @@
      assertEquals("repeatedArgs: a, b, a, b, a, b, a, b",
          s.testLotsOfUsageOfArgs("a", "b"));
      assertEquals("\"~\" ~~ \"~~~~ \"\"", s.testWithXs());
-    assertEquals("�好你好好", s.unicode("好", "好"));
+    assertEquals("お好你好好", s.unicode("好", "好"));
      assertEquals("", s.empty());
      assertEquals("{quoted}", s.quotedBraces());
    }

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

Reply via email to