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

Fix lifecycle issues #90

Merged
merged 2 commits into from
Sep 30, 2019
Merged

Fix lifecycle issues #90

merged 2 commits into from
Sep 30, 2019

Conversation

zsoltk
Copy link
Contributor

@zsoltk zsoltk commented Sep 27, 2019

No description provided.

)
node.attachChildNode(child)

assertEquals(Lifecycle.State.CREATED, child.externalLifecycleRegistry.currentState)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible to check behavior using only public interface (what is available for clients) instead of asserting on an internal field?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see a quick fix now, but certainly this could be improved (also on other internal fields). I see the bugfix critical enough that I'll move this forward now.

@zsoltk zsoltk merged commit 6e04dc4 into badoo:master Sep 30, 2019
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

Successfully merging this pull request may close these issues.

2 participants