gittestapi / gittest

an implementation for gittest.com testing management
http://gittest.com
MIT License
8 stars 6 forks source link

TestExcutionController::actionInsertTestPlan() 优化 #40

Closed liuditai closed 6 years ago

liuditai commented 6 years ago

$trs 是没必要存在的,因为这时还未建立 TestCaseResult 数据。

yangzhenping commented 6 years ago

这个变量应该是当trs已存在时,它可以加载进来到列表中?

liuditai commented 6 years ago

但是这个 action ”actionInsertTestPlan“ 的功能是把 TestCases 加入到 TestExcution 中,此时没有相应的 TestCaseResults,也不需要它。所以 $trs 是多余的