修复测试记录表格重试导致数据填充错乱问题。
This commit is contained in:
@@ -22,6 +22,7 @@ Namespace UTSModule.Test.Command.SystemCommand
|
||||
Public Overrides Function Execute() As TestCommandReturn
|
||||
Dim tester As UtsTester = UtsTester.CreateTester()
|
||||
Dim rowNode As RowNode = tester.GetModule(_moduleName)
|
||||
rowNode.IsRetry = IsRetry
|
||||
|
||||
If rownode Is Nothing Then
|
||||
CommandReturn.ExecuteResult = False
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
Protected Property CommandReturn() As TestCommandReturn
|
||||
|
||||
Public Property IsRetry As Boolean
|
||||
|
||||
Sub New(command As TestCommand)
|
||||
TestCommand = command
|
||||
|
||||
Reference in New Issue
Block a user