[GitHub] commons-lang pull request #371: Update tuple tests to JUnit Jupiter

2018-10-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-lang/pull/371


---


[GitHub] commons-lang pull request #371: Update tuple tests to JUnit Jupiter

2018-10-08 Thread mureinik
GitHub user mureinik opened a pull request:

https://github.com/apache/commons-lang/pull/371

Update tuple tests to JUnit Jupiter

Upgrade the tests in the text package to use JUnit Jupiter as part of the 
effort to remove the dependency on the Vintage Engine.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mureinik/commons-lang junit-jupiter-tuple

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-lang/pull/371.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 #371


commit f110da945a8af0914f348cfe576b5a8257159fd9
Author: Allon Mureinik 
Date:   2018-10-02T03:41:37Z

Update tuple tests to JUnit Jupiter

Upgrade the tests in the text package to use JUnit Jupiter as
part of the effort to remove the dependency on the Vintage Engine.




---