@Override
protected void gwtSetUp() throws Exception {
TimeZoneConstants timeZoneConstants = GWT.create(TimeZoneConstants.class);
mawson = TimeZoneInfo.buildTimeZoneData(timeZoneConstants.antarcticaMawson());
anchorage = TimeZoneInfo.buildTimeZoneData(timeZoneConstants.americaAnchorage());
madrid = TimeZoneInfo.buildTimeZoneData(timeZoneConstants.europeMadrid());
}
@Override
public String getModuleName() {
return "com.google.gwt.i18n.TimeZoneTest";