From aa01cc1dd307e9494f1d1b92771c425969797c90 Mon Sep 17 00:00:00 2001 From: Angel Martinez Date: Thu, 20 Jun 2024 20:45:52 +0200 Subject: [PATCH] fixed test_partition_2 --- test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_suite.py b/test_suite.py index b147acf..2ba7817 100644 --- a/test_suite.py +++ b/test_suite.py @@ -656,7 +656,7 @@ def test_deadline_missed(child_sub, samples_sent, timeout): 'Test_Partition_2' : { 'apps' : ['-P -t Square -p "p1" -c BLUE', '-P -t Square -p "x1" -c RED', '-S -t Square -p "p*"'], 'check_function' : test_color_receivers, - 'expected_codes' : [ReturnCode.OK, ReturnCode.OK, ReturnCode.RECEIVING_FROM_ONE], + 'expected_codes' : [ReturnCode.OK, ReturnCode.READER_NOT_MATCHED, ReturnCode.RECEIVING_FROM_ONE], 'title' : 'Communication between publisher and subscriber using a partition expression', 'description' : ' ' },