mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 22:53:32 +02:00
Reverted erroneous commit.
This commit is contained in:
parent
844fbec36f
commit
6ff6c0c410
2 changed files with 7 additions and 9 deletions
|
@ -192,19 +192,14 @@ void Nitpick::on_createTestsOutlinePushbutton_clicked() {
|
|||
_testCreator->createTestsOutline();
|
||||
}
|
||||
|
||||
// TestRail interface
|
||||
void Nitpick::on_createTestRailTestCasesPushbutton_clicked() {
|
||||
_testCreator->createTestRailTestCases();
|
||||
}
|
||||
|
||||
void Nitpick::on_createTestRailRunPushButton_clicked() {
|
||||
void Nitpick::on_createTestRailRunButton_clicked() {
|
||||
_testCreator->createTestRailRun();
|
||||
}
|
||||
|
||||
void Nitpick::on_updateTestRailRunResultsPushbutton_clicked() {
|
||||
_testCreator->updateTestRailRunResult();
|
||||
}
|
||||
|
||||
void Nitpick::on_setWorkingFolderRunOnDesktopPushbutton_clicked() {
|
||||
_testRunnerDesktop->setWorkingFolderAndEnableControls();
|
||||
}
|
||||
|
@ -236,6 +231,10 @@ void Nitpick::automaticTestRunEvaluationComplete(QString zippedFolderName, int n
|
|||
_testRunnerDesktop->automaticTestRunEvaluationComplete(zippedFolderName, numberOfFailures);
|
||||
}
|
||||
|
||||
void Nitpick::on_updateTestRailRunResultsPushbutton_clicked() {
|
||||
_testCreator->updateTestRailRunResult();
|
||||
}
|
||||
|
||||
// To toggle between show and hide
|
||||
// if (uState & ABS_AUTOHIDE) on_showTaskbarButton_clicked();
|
||||
// else on_hideTaskbarButton_clicked();
|
||||
|
|
|
@ -65,10 +65,8 @@ private slots:
|
|||
|
||||
void on_createTestsOutlinePushbutton_clicked();
|
||||
|
||||
// TestRail interface
|
||||
void on_createTestRailTestCasesPushbutton_clicked();
|
||||
void on_createTestRailRunPushButton_clicked();
|
||||
void on_updateTestRailRunResultsPushbutton_clicked();
|
||||
void on_createTestRailRunButton_clicked();
|
||||
|
||||
void on_setWorkingFolderRunOnDesktopPushbutton_clicked();
|
||||
void on_runNowPushbutton_clicked();
|
||||
|
@ -77,6 +75,7 @@ private slots:
|
|||
void on_runLatestOnDesktopCheckBox_clicked();
|
||||
void on_runFullSuiteOnDesktopCheckBox_clicked();
|
||||
|
||||
void on_updateTestRailRunResultsPushbutton_clicked();
|
||||
|
||||
void on_hideTaskbarPushbutton_clicked();
|
||||
void on_showTaskbarPushbutton_clicked();
|
||||
|
|
Loading…
Reference in a new issue