Fix flaky unit test in `MetaFilterBehaviour`

Description

Unit tests MetaFilterBehaviour.shouldParseIncludesAndExcludesUsingDefaultMetaMatcher fails because of order of items in String generated by Properties.toString() :

MetaFilterBehaviour.shouldParseIncludesAndExcludesUsingDefaultMetaMatcher: 

Expected: "{author=Mauro, defect-4321=, map=*API}"

     but: was "{defect-4321=, author=Mauro, map=*API}"

 

MetaFilterBehaviour.shouldParseIncludesAndExcludesUsingDefaultMetaMatcher:

Expected: "{defect-1234=, theme=smoke testing, skip=}"

     but: was "{defect-1234=, skip=, theme=smoke testing}"

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created September 7, 2023 at 9:04 AM
Updated September 9, 2023 at 8:02 AM
Resolved September 9, 2023 at 8:02 AM