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

Improved Test: ParallelMethodTest fails few times #508

Merged
merged 4 commits into from Sep 27, 2012

Conversation

Tibor17
Copy link
Contributor

@Tibor17 Tibor17 commented Sep 20, 2012

Improved Test ParallelMethodTest.java which failed few times.
This is a fix of a test in the reported issue #506.

assertNotNull(fOne);
assertNotNull(fTwo);
assertThat(fOne, is(not(fTwo)));
fOne= null;
Copy link
Member

Choose a reason for hiding this comment

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

Likewise, please move this to the top of the test, or a @before method.

@Tibor17
Copy link
Contributor Author

Tibor17 commented Sep 27, 2012

@dsaff do you have time to take a look on this as well?
it is very similar to parallel classes test you merged with master

thx

dsaff pushed a commit that referenced this pull request Sep 27, 2012
Improved Test: ParallelMethodTest fails few times
@dsaff dsaff merged commit 129a5f7 into junit-team:master Sep 27, 2012
@dsaff
Copy link
Member

dsaff commented Sep 27, 2012

Thanks!

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

2 participants