Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behavior of a rule if no track #549

Open
JeromeMartinez opened this issue Feb 24, 2017 · 0 comments
Open

Behavior of a rule if no track #549

JeromeMartinez opened this issue Feb 24, 2017 · 0 comments
Assignees

Comments

@JeromeMartinez
Copy link
Member

If I have this rule:
rule name="any audio track format must have format = FLAC" value="Format" tracktype="Audio" occurrence="*" operator="=">FLAC</rule>
and no audio track, test fails.

My point of view is that the * in occurrence means "any", and in that case the rule should not fail if there is no audio ("Audio format must be FLAC" is true, there is no audio so no audio track is not FLAC). I don't see the logic behind * and a failed test if there is no audio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants