GitHub user benbenw opened a pull request:
https://github.com/apache/jmeter/pull/94
Bug 58897: Step 2 Update the junit tests execution to a recent junit runner
No change in the number of executed tests
The console output changed but not the process return code
Not that while it's a recent runner you can not use pure junit
annotation tests as they're not detected in the classpath.
It will be done in a subsequent patch
This has only been tested locally, not on the build bot
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benbenw/jmeter junit-part2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/94.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #94
----
commit e88b720607b631a9ea8b08278f4a5c54d0c628e1
Author: benoit <[email protected]>
Date: 2016-01-28T23:28:38Z
Update the junit tests execution to a recent junit runner
No change in the number of executed tests
The console output change but not the process return code
Not that while it's a recent runner you can not use pure junit
annotation tests as they're not detected in the classpath.
It will be done in a subsequent patch
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---