Skip to content

Commit

Permalink
修正界面状态问题
Browse files Browse the repository at this point in the history
修正提交历史结果时界面状态问题
  • Loading branch information
WilliamYinwei committed Jun 12, 2019
1 parent 4154010 commit 7d604e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ V1.1.3
-------------------
1、增加__ate对象的GetTotalRst接口,支持获取总测试结果状态值;
2、增加TreeATE界面只有admin用户才有选择测试套和测试项的权限;
3、修复提交历史测试结果状态问题

V1.1.2
-------------------
Expand Down
2 changes: 1 addition & 1 deletion Src/TreeATE/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string notr="true">Version: 1.1.2 </string>
<string notr="true">Version: 1.1.3 </string>
</property>
</widget>
</item>
Expand Down
2 changes: 0 additions & 2 deletions Src/TreeATE/testmanger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ bool TestManger::LoadTestUnits(const QString& strPrjFile, QString& strTitle)
if(NULL == m_pUploadRst) {
m_pUploadRst = new TestProcess("Upload histroy results", (QObject*)m_parent);

connect(m_pUploadRst, SIGNAL(updateTestItemStatus(QString,QJsonObject,quint32)), this,
SLOT(on_updateTestItemStatus(QString,QJsonObject,quint32)));
connect(m_pUploadRst, SIGNAL(testEngineFinished(QString, int)), this,
SLOT(on_testEngineFinished(QString, int)));
m_lstDockWidget.append(m_pUploadRst->getDockWidget());
Expand Down

0 comments on commit 7d604e0

Please sign in to comment.