refactor(测试跟踪): 统一变量,名称规范调整
This commit is contained in:
parent
534383b8f8
commit
ab6b566cb3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue