fix(测试跟踪): 修复国际化问题

This commit is contained in:
wxg0103 2023-03-21 16:03:22 +08:00 committed by wxg0103
parent f53f882480
commit d80283a769
4 changed files with 5 additions and 2 deletions

View File

@ -204,7 +204,7 @@ public class MsAssertions extends MsTestElement {
}
assertion.setProperty(TestElement.TEST_CLASS, JSR223Assertion.class.getName());
assertion.setProperty(TestElement.GUI_CLASS, SaveService.aliasToClass("TestBeanGUI"));
assertion.setProperty("cacheKey", "true");
assertion.setProperty("cacheKey", "false");
String scriptLanguage = assertionJSR223.getScriptLanguage();
if (StringUtils.equals(scriptLanguage, "nashornScript")) {
scriptLanguage = "nashorn";

View File

@ -229,4 +229,5 @@ test_case_review_status_underway=Underway
test_case_review_status_re_review=ReReview
api_status_fake_error=FakeError
serial=Serial
parallel=Parallel
parallel=Parallel
rerun_warning=The connection is abnormal, please check the environment configuration

View File

@ -201,3 +201,4 @@ test_case_review_status_re_review=重新提审
api_status_fake_error=误报
serial=串行
parallel=并行
rerun_warning=连接异常,请检查环境配置

View File

@ -201,3 +201,4 @@ test_case_review_status_re_review=重新提審
api_status_fake_error=誤報
serial=串行
parallel=並行
rerun_warning=連接異常,請檢查環境配置