Test case 079 changes the entity (in the broker)
But, the test case 080 compares using the initial entity (before 079 was applied) adding whatever was changed in 080.
Same same in 081.
What I did was to make the variable 'entity' non-const and let it change according to each test case.
Test case 079 changes the entity (in the broker) But, the test case 080 compares using the initial entity (before 079 was applied) adding whatever was changed in 080. Same same in 081.
What I did was to make the variable 'entity' non-const and let it change according to each test case.