ops4j / org.ops4j.pax.exam2

Pax Exam is a testing framework for OSGi
https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/
Apache License 2.0
84 stars 100 forks source link

[PAXEXAM-929] Fix Karaf configuration option issues #80

Open amichair opened 5 years ago

amichair commented 5 years ago

See PAXEXAM-929.

amichair commented 5 years ago

Forgot to mention - I followed the lead of the existing itests and named the new one ValidateConfigurationOptions, which like the others can be run manually but is not picked up automatically during a full maven build. I assumed this was an intentional choice (probably to reduce build time). If the other itests are skipped run by mistake and not on purpose, then they and this new class can be renamed (*ITest like the ones that do run?) so that they are picked up automatically.