Skip to content

Commit

Permalink
#45: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mqgmaster committed Apr 10, 2018
1 parent 01f62ee commit 1e08e86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/tester/models/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ function getConnectionStatus() {
switch ($conn->status) {
case Connection::STATUS_PENDING:
case Connection::STATUS_CREATED :
case Connection::STATUS_CONFIRMED :
case Connection::STATUS_SUBMITTED: return Yii::t("circuits","Testing");
case Connection::STATUS_PROVISIONED : return Yii::t("circuits","Passed");
case Connection::STATUS_CONFIRMED : return Yii::t("circuits","Testing");
case Connection::STATUS_SUBMITTED: return Yii::t("circuits","Passed");
case Connection::STATUS_FAILED_CREATE:
case Connection::STATUS_FAILED_CONFIRM :
case Connection::STATUS_FAILED_PROVISION:
Expand Down

0 comments on commit 1e08e86

Please sign in to comment.