Changeset 17882 in josm


Ignore:
Timestamp:
2021-05-10T22:07:00+02:00 (3 years ago)
Author:
simon04
Message:

see #11710 - Fix MethodOrderer deprecation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/gpx/GpxImageCorrelationTest.java

    r17878 r17882  
    1313import org.junit.jupiter.api.BeforeAll;
    1414import org.junit.jupiter.api.BeforeEach;
    15 import org.junit.jupiter.api.MethodOrderer.Alphanumeric;
     15import org.junit.jupiter.api.MethodOrderer;
     16import org.junit.jupiter.api.MethodOrderer.MethodName;
    1617import org.junit.jupiter.api.Test;
    1718import org.junit.jupiter.api.TestInstance;
     
    3536 * Unit tests of {@link GpxImageCorrelation} class.
    3637 */
    37 @TestMethodOrder(Alphanumeric.class)
     38@TestMethodOrder(MethodName.class)
    3839@TestInstance(Lifecycle.PER_CLASS)
    3940class GpxImageCorrelationTest {
Note: See TracChangeset for help on using the changeset viewer.