From 59396ca83d606a94796d9d5af35ec8d40c39ed20 Mon Sep 17 00:00:00 2001
From: balaskoa <Jeno.Balasko@ericsson.com>
Date: Fri, 27 Sep 2019 13:31:32 +0200
Subject: [PATCH] Temporary spaces in cfg file of floatOper till bug fix

Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com>
Change-Id: Ie634bf0005bab1497cd515949f6ed44de9a63a1f
---
 regression_test/floatOper/config.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/regression_test/floatOper/config.cfg b/regression_test/floatOper/config.cfg
index c1d011e87..92416aca7 100644
--- a/regression_test/floatOper/config.cfg
+++ b/regression_test/floatOper/config.cfg
@@ -12,11 +12,11 @@
 #
 ###############################################################################
 [MODULE_PARAMETERS]
-tsp_f_changed1 := 1.2+3.6/2.0;
+tsp_f_changed1 := 1.2 + 3.6 / 2.0
 #Stops at reading cfg file:
 #Error while setting parameter field 'tsp_f_changed2' to '3.600000 / 0.000000': Floating point division by zero
-#tsp_f_changed2 := 1.2+3.6/0.0; //division zero
-tsp_f_changed2 := -tsp_f_changed1+2.0*1.5-1.3
+#tsp_f_changed2 := 1.2+3.8/0.0; //division zero
+tsp_f_changed2 := -tsp_f_changed1+ 2.0*1.5- 1.3
 [LOGGING]
 Logfile := "floatOper.log"
 FileMask := LOG_ALL
-- 
GitLab