Allows SchemaElement instance to use import namespace as targetNamesp…
Allows SchemaElement instance to use import namespace as targetNamespace when the attribute is not set.
Prevents the following error message when schema elements do not include targetNamespace attribute:
Target-Namespace "undefined" already in use by another Schema!
If targetNamespace is declared by an import is used in a different schema, it overrides the value for the targetNamespace key.
Coverage decreased (-0.5%) to 94.531% when pulling 79daeb4db5a57dccbc35d7d6b78dce5aa8c39559 on ndeniche:ndeniche_targetNamespace into af93a6f45720431371ab3f23866d3ad3f2efae1b on vpulim:master.
@ndeniche please fix the build and bring coverage back up.
Same as the other added feature. All of the new code is covered. Should I improve coverage by adding tests to other features?
@ndeniche if coverage drops on this build, that means that added code has decreased it right?
This really doesn't make much sense. The overall coverage dropped, but the coverage of each file increased?! 😲
Was the test coverage on this resolved? Can it be merged soon?
@barboni it could be the case that this fix now makes other code unreachable: code who's past assumptions are no longer valid with this fix. can you look into it?
I have the same problem as ndeniche and I don't have control over the WSDL. A fix would be appreciated.
as long as coverage doesn't dip, we can merge the fix.
It would be kindly appreciated !
well, someone has to add a test. feel free to plagaraize this in a new pr with a test