From 0c042d9ae54a59f553acfebb8db693b200e25aa6 Mon Sep 17 00:00:00 2001 From: edujgurjc <26252085+EduJGURJC@users.noreply.github.com> Date: Thu, 28 Mar 2019 10:09:22 +0100 Subject: [PATCH] Preparing 1.3.1 version --- elastest-torm-gui/pom.xml | 2 +- .../elastest-log-analyzer/elastest-log-analyzer.component.ts | 1 + elastest-torm/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/elastest-torm-gui/pom.xml b/elastest-torm-gui/pom.xml index f8a929f4b..6d8a11811 100644 --- a/elastest-torm-gui/pom.xml +++ b/elastest-torm-gui/pom.xml @@ -6,7 +6,7 @@ 4.0.0 io.elastest.etm elastest-torm-gui - 1.3.0 + 1.3.1 jar diff --git a/elastest-torm-gui/src/app/elastest-log-analyzer/elastest-log-analyzer.component.ts b/elastest-torm-gui/src/app/elastest-log-analyzer/elastest-log-analyzer.component.ts index f25fd092e..3e77ab81b 100644 --- a/elastest-torm-gui/src/app/elastest-log-analyzer/elastest-log-analyzer.component.ts +++ b/elastest-torm-gui/src/app/elastest-log-analyzer/elastest-log-analyzer.component.ts @@ -870,6 +870,7 @@ export class ElastestLogAnalyzerComponent implements OnInit, AfterViewInit, OnDe } filterTestCase(testCase: string): void { + this.showLoadMsg(); let startMsg: string = this.logAnalyzerService.startTestCasePrefix + testCase; let endMsg: string = this.logAnalyzerService.endTestCasePrefix + testCase; diff --git a/elastest-torm/pom.xml b/elastest-torm/pom.xml index 9d7087145..2c0598172 100644 --- a/elastest-torm/pom.xml +++ b/elastest-torm/pom.xml @@ -12,7 +12,7 @@ io.elastest.etm elastest-torm jar - 1.3.0 + 1.3.1 ${project.groupId}:${project.artifactId} This artifact contains the Elastest Torm project, part of the Elastest platform. diff --git a/pom.xml b/pom.xml index 9095a875f..b0dcbda93 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.elastest torm pom - 1.3.0 + 1.3.1 ${project.groupId}:${project.artifactId} Test Orchestration and Recommendation Manager (TORM) reactor