You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ng Tsz Sum (Jira)" <ji...@apache.org> on 2022/07/10 04:03:00 UTC

[jira] [Commented] (COLLECTIONS-807) Upgrade org.junit.Test to org.junit.jupiter.api.Test

    [ https://issues.apache.org/jira/browse/COLLECTIONS-807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564640#comment-17564640 ] 

Ng Tsz Sum commented on COLLECTIONS-807:
----------------------------------------

Checked out [https://github.com/apache/commons-collections/commit/29d79003ea73528796bed63bf81b1cc508b1f215]

sang@Sams-MacBook-Pro commons-collections % grep -r "org.junit.Test" *
src/test/java/org/apache/commons/collections4/bloomfilter/AbstractHasherTest.java:import org.junit.Test;
src/changes/changes.xml:      Upgraded org.junit.Test to org.junit.jupiter.api.Test #295, #304.

> Upgrade org.junit.Test to org.junit.jupiter.api.Test
> ----------------------------------------------------
>
>                 Key: COLLECTIONS-807
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-807
>             Project: Commons Collections
>          Issue Type: Sub-task
>            Reporter: John Patrick
>            Priority: Major
>             Fix For: 4.5
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Covers '17' usages of legacy usage of;
> {code:java}
> import org.junit.Test;
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)