From 6f26c910e2ef4103fd23f7645fbd45d89b7cd6a9 Mon Sep 17 00:00:00 2001 From: Angel Martinez Date: Fri, 21 Jun 2024 18:56:48 +0200 Subject: [PATCH] fixing test color0 --- test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_suite.py b/test_suite.py index 599908c..128d17e 100644 --- a/test_suite.py +++ b/test_suite.py @@ -669,7 +669,7 @@ def test_deadline_missed(child_sub, samples_sent, timeout): # COLOR 'Test_Color_0' : { - 'apps' : ['-P -t Square -r -c BLUE', '-P -t -r Square -c RED', '-S -t -r Square -c RED'], + 'apps' : ['-P -t Square -r -c BLUE', '-P -t Square -r -c RED', '-S -t Square -r -c RED'], 'expected_codes' : [ReturnCode.OK, ReturnCode.OK, ReturnCode.RECEIVING_FROM_ONE], 'check_function' : test_color_receivers, 'title' : 'Use of Content filter to avoid receiving undesired data',