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

Run tests against all recent Java versions and migrate tests to junit5. #108

Merged
merged 2 commits into from
Jul 15, 2019

Conversation

jameshilliard
Copy link
Contributor

No description provided.

@jameshilliard jameshilliard changed the title Run tests against all recent Java versions. Run tests against all recent Java versions and migrate tests to junit5. Jul 14, 2019
public void setUp () throws Exception {
super.setUp();
Copy link
Member

Choose a reason for hiding this comment

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

why do you delete calls to super.setUp() where the proper GLSession (with the right name for the tests) get initialized?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Isn't that unnecessary due to the TestBase changes?

@ar ar merged commit 3518e95 into jpos:master Jul 15, 2019
@jameshilliard jameshilliard deleted the java-update branch July 15, 2019 17:12
@vsalaman
Copy link
Contributor

vsalaman commented Jul 15, 2019 via email

@jameshilliard
Copy link
Contributor Author

Yeah, I missed that during my initial conversion pass.

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.

None yet

4 participants