瀏覽代碼

Use en_US as default locale for components to avoid problems where test cluster browsers send different locales

svn changeset:16648/svn branch:6.5
tags/6.7.0.beta1
Artur Signell 13 年之前
父節點
當前提交
5b7931ec61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      tests/src/com/vaadin/tests/components/AbstractComponentTest.java

+ 1
- 1
tests/src/com/vaadin/tests/components/AbstractComponentTest.java 查看文件

@@ -285,7 +285,7 @@ public abstract class AbstractComponentTest<T extends AbstractComponent>
options.put("zh_CN", Locale.SIMPLIFIED_CHINESE);
options.put("fr_FR", Locale.FRANCE);
createSelectAction("Locale", category, options, "-", localeCommand,
createSelectAction("Locale", category, options, "en_US", localeCommand,
null);
}

Loading…
取消
儲存