Somehow this file didn't committed with the rest.


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10063 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/i18n/shared/DateTimeFormatTestBase.java b/user/test/com/google/gwt/i18n/shared/DateTimeFormatTestBase.java
index 8ff9e10..dcdffaa 100644
--- a/user/test/com/google/gwt/i18n/shared/DateTimeFormatTestBase.java
+++ b/user/test/com/google/gwt/i18n/shared/DateTimeFormatTestBase.java
@@ -13,9 +13,10 @@
  * License for the specific language governing permissions and limitations under
  * the License.
  */
-package com.google.gwt.i18n.client;
+package com.google.gwt.i18n.shared;
 
-import com.google.gwt.i18n.client.DateTimeFormat.PredefinedFormat;
+import com.google.gwt.i18n.client.Messages;
+import com.google.gwt.i18n.shared.DateTimeFormat.PredefinedFormat;
 import com.google.gwt.junit.client.GWTTestCase;
 
 import java.util.Date;
@@ -28,7 +29,7 @@
   /**
    * The timezone used by any tests which use a fixed timezone.
    */
-  protected static final TimeZone TEST_TIMEZONE = TimeZone.createTimeZone(300);
+  protected static final TimeZone TEST_TIMEZONE = com.google.gwt.i18n.client.TimeZone.createTimeZone(300);
 
   /**
    * Class for getting customized date/time formats.