[GitHub] commons-lang pull request #374: Update time tests to JUnit Jupiter

2018-10-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/374 ---

[GitHub] commons-lang pull request #374: Update time tests to JUnit Jupiter

2018-10-10 Thread mureinik
Github user mureinik commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/374#discussion_r224144394 --- Diff: pom.xml --- @@ -543,6 +543,11 @@ junit-vintage-engine test + + org.junit-pioneer +

[GitHub] commons-lang pull request #374: Update time tests to JUnit Jupiter

2018-10-10 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/374#discussion_r224137193 --- Diff: pom.xml --- @@ -543,6 +543,11 @@ junit-vintage-engine test + + org.junit-pioneer

[GitHub] commons-lang pull request #374: Update time tests to JUnit Jupiter

2018-10-09 Thread mureinik
GitHub user mureinik opened a pull request: https://github.com/apache/commons-lang/pull/374 Update time tests to JUnit Jupiter Upgrade the tests in the `time` package to use JUnit Jupiter as part of the effort to remove the dependency on the Vintage Engine. While most of