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

Test failure : MolInheritanceTests>>testServicesWithoutChild #23

Closed
labordep opened this issue Jan 20, 2021 · 1 comment
Closed

Test failure : MolInheritanceTests>>testServicesWithoutChild #23

labordep opened this issue Jan 20, 2021 · 1 comment

Comments

@labordep
Copy link
Member

self assert: motherComponent getMolUsedServicesProvider identicalTo: childComponent. identical to motherComponent

@labordep
Copy link
Member Author

labordep commented Feb 7, 2021

Cannot pass on Pharo 9, see #21

labordep added a commit that referenced this issue May 14, 2021
Add two kind of component instanciation errors : ComponentProvidedServicesAlreadyExistsError and ComponentProvidedParametersAlreadyExistsError. This error appears when a component is instanciated with the same name of another component with same services or parameters contract. This case can appear when a component is a subclass of another one and instanciated with same name, in this cas a check is done to verify if the component is not override an existing instanciate component type with the same name.
Correct and add some tests related to that.
Fix #22, #23 and #25.
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

1 participant