refactor(测试跟踪): 统一变量,名称规范调整

This commit is contained in:
fit2-zhao 2020-10-10 12:40:17 +08:00
parent 534383b8f8
commit ab6b566cb3
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public class XmindCaseParser {
return;
}
// 用例名称
testCase.setName(this.replace(tcArr[1], "tc:|tc|tc"));
testCase.setName(this.replace(tcArr[1], TC_REGEX));
if (!nodePath.startsWith("/")) {
nodePath = "/" + nodePath;