Of multiple exclusion meta filters only one is evaluated

Description

Assuming meta info

the following filter may not exclude the scenario, although it should:

Method match in MetaFilter returns immediately when one filter expression does not match. If "environment" is tested before "skip", match will return false, and scenario will not be excluded. The logic should be changed such that match will return true, iff any exclusion filter matches.

The actual order of evaluation depends on the order of property names returned by #getPropertyNames, which appears to be alphabetical.

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created August 18, 2011 at 9:35 PM
Updated August 22, 2011 at 8:51 PM
Resolved August 22, 2011 at 8:51 PM