Unbreak the build following CLDR update, by changing test strings used
with predefined formats to match the changes to those formats.

Patch by: jat
Review by: shanjian (TBR)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7630 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/i18n/client/DateTimeFormat_en_Test.java b/user/test/com/google/gwt/i18n/client/DateTimeFormat_en_Test.java
index 332f7d9..8ce2d7c 100644
--- a/user/test/com/google/gwt/i18n/client/DateTimeFormat_en_Test.java
+++ b/user/test/com/google/gwt/i18n/client/DateTimeFormat_en_Test.java
@@ -189,7 +189,7 @@
     date.setTime(Date.UTC(2006 - 1900, 7, 4, 20, 49, 24));
     String fullTimeFormat = DateTimeFormat.getFullTimeFormat().format(date,
         usPacific);
-    assertEquals("1:49:24 PM America/Los_Angeles", fullTimeFormat);
+    assertEquals("1:49:24 PM Pacific Daylight Time", fullTimeFormat);
 
     String longTimeFormat = DateTimeFormat.getLongTimeFormat().format(date,
         usPacific);
diff --git a/user/test/com/google/gwt/i18n/client/DateTimeParse_zh_CN_Test.java b/user/test/com/google/gwt/i18n/client/DateTimeParse_zh_CN_Test.java
index da44ab7..3db507e 100644
--- a/user/test/com/google/gwt/i18n/client/DateTimeParse_zh_CN_Test.java
+++ b/user/test/com/google/gwt/i18n/client/DateTimeParse_zh_CN_Test.java
@@ -34,7 +34,7 @@
     Date date = new Date();
 
     {
-      String time_15_26_28 = "\u4e0b\u534803\u65f626\u520628\u79d2 GMT-07:00";
+      String time_15_26_28 = "GMT-07:00 \u4e0b\u534803\u65f626\u520628\u79d2";
       DateTimeFormat.getFullTimeFormat().parse(time_15_26_28, 0, date);
 
       /*