1,修复节点重试次数累加问题(临时措施)

2,在调试和测试页面,增加测试中结果实时刷新功能
This commit is contained in:
2024-05-22 00:03:54 +08:00
parent 364079bb26
commit c617d7c066
24 changed files with 70 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.8.4.%2a</ApplicationVersion>
<ApplicationVersion>1.8.5.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
'通过使用 "*",如下所示:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.8.4.0")>
<Assembly: AssemblyFileVersion("1.8.4.0")>
<Assembly: AssemblyVersion("1.8.5.0")>
<Assembly: AssemblyFileVersion("1.8.5.0")>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -7883,6 +7883,9 @@ UTS_Core
<member name="E:UTS_Core.UTSModule.Test.UtsTester.TestNodeCompleted">
<summary>测试节点完成事件</summary>
</member>
<member name="E:UTS_Core.UTSModule.Test.UtsTester.TestNodeResultChanged">
<summary>测试节点结果变化事件</summary>
</member>
<member name="E:UTS_Core.UTSModule.Test.UtsTester.TestTimeChanged">
<summary>测试时间变更事件</summary>
</member>

Binary file not shown.

Binary file not shown.