fix(工作台): 运行中的测试计划也归类为已执行
This commit is contained in:
parent
14d364a902
commit
d726c9cee4
|
@ -56,7 +56,7 @@ public class TestPlanCoverageDTO {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testPlanRunningAutoIncrement() {
|
public void testPlanRunningAutoIncrement() {
|
||||||
unExecute++;
|
executed++;
|
||||||
notPassed++;
|
notPassed++;
|
||||||
running++;
|
running++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue