1,修复节点重试次数累加问题(临时措施)
2,在调试和测试页面,增加测试中结果实时刷新功能
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
@@ -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.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user