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] (COLLECTIONS-806) Upgrade junit.framework.Test to org.junit.jupiter.api.Test

    [ https://issues.apache.org/jira/browse/COLLECTIONS-806 ]


    Ng Tsz Sum deleted comment on COLLECTIONS-806:
    ----------------------------------------

was (Author: samabcde):
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 junit.framework.Test to org.junit.jupiter.api.Test
> ----------------------------------------------------------
>
>                 Key: COLLECTIONS-806
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-806
>             Project: Commons Collections
>          Issue Type: Sub-task
>            Reporter: John Patrick
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Covers '57' usages of legacy usage of;
> {code:java}
> import junit.framework.Test;
> {code}



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