修复测试记录表格重试导致数据填充错乱问题。

This commit is contained in:
2024-04-19 21:24:55 +08:00
parent f1898a9280
commit ad2387c94c
7 changed files with 41 additions and 15 deletions

View File

@@ -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

View File

@@ -6,6 +6,7 @@
Protected Property CommandReturn() As TestCommandReturn
Public Property IsRetry As Boolean
Sub New(command As TestCommand)
TestCommand = command