From 759502d38378ae6792b43d8ba9291f9230156ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferm=C3=ADn=20Gal=C3=A1n=20M=C3=A1rquez?= Date: Wed, 5 Jun 2024 14:10:42 +0200 Subject: [PATCH] FIX typos in ftest --- .../jexl_transformation_binary_map_accum.test | 11 +++++------ .../jexl_transformation_multiple.test | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/test/functionalTest/cases/4004_jexl_expressions_in_subs/jexl_transformation_binary_map_accum.test b/test/functionalTest/cases/4004_jexl_expressions_in_subs/jexl_transformation_binary_map_accum.test index baa991c929..b4a808b868 100644 --- a/test/functionalTest/cases/4004_jexl_expressions_in_subs/jexl_transformation_binary_map_accum.test +++ b/test/functionalTest/cases/4004_jexl_expressions_in_subs/jexl_transformation_binary_map_accum.test @@ -35,7 +35,7 @@ accumulatorStart --pretty-print # 01. Create custom sub with several attributes with transformations # 02. Create entity E1 # 03. Update entity E1 -# 05. Dump accumulator and see two expected transformations +# 05. Dump accumulator and see two expected notifications # @@ -72,7 +72,6 @@ orionCurl --url /v2/subscriptions --payload "$payload" echo echo -#"value": "${{count:count.count+1,sum:count.sum+speed|split('\'' '\'')[0]|parseInt}}", echo "02. Create entity E1" echo "====================" @@ -114,8 +113,8 @@ echo echo -echo "05. Dump accumulator and see two expected transformations" -echo "=========================================================" +echo "05. Dump accumulator and see two expected notifications" +echo "=======================================================" accumulatorDump echo echo @@ -150,8 +149,8 @@ Fiware-Correlator: REGEX([0-9a-f\-]{36}) -05. Dump accumulator and see two expected transformations -========================================================= +05. Dump accumulator and see two expected notifications +======================================================= POST http://127.0.0.1:REGEX(\d+)/notify Fiware-Servicepath: / Content-Length: 187 diff --git a/test/functionalTest/cases/4004_jexl_expressions_in_subs/jexl_transformation_multiple.test b/test/functionalTest/cases/4004_jexl_expressions_in_subs/jexl_transformation_multiple.test index ec3f7f0fff..872195dccb 100644 --- a/test/functionalTest/cases/4004_jexl_expressions_in_subs/jexl_transformation_multiple.test +++ b/test/functionalTest/cases/4004_jexl_expressions_in_subs/jexl_transformation_multiple.test @@ -84,7 +84,6 @@ orionCurl --url /v2/subscriptions --payload "$payload" echo echo -#"value": "${{count:count.count+1,sum:count.sum+speed|split('\'' '\'')[0]|parseInt}}", echo "02. Create entity E1" echo "===================="