metwork-framework / resources

common resources for metwork-framework organization
http://www.metwork-framework.org
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Improve test 0096_system_extra_dependencies #60

Closed thebaptiste closed 4 years ago

thebaptiste commented 4 years ago

When this test is run, nothing is explicitely done to load the tested layer. So the test can fail on a library which is provided by the layer itself or by one of his dependencies. This usually does not happen because many layers are optionally loaded as dependencies of default@mfext (which is loaded when the test is run). But we don't want to load by default every layers from every available addon. So it would be a good thing to change the test to make sure that the tested layer is loaded and avoid false alarms on extra dependencies.

thebaptiste commented 4 years ago

Done in commit : https://github.com/metwork-framework/resources/commit/e62bdaacfec8ba8117e1561578c21d60b4512cb1