Changeset 19322 in josm


Ignore:
Timestamp:
2025-02-14T12:02:08+01:00 (7 weeks ago)
Author:
stoecker
Message:

see #24104 - drop deprecated test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/coor/LatLonTest.java

    r18870 r19322  
    212212
    213213    /**
    214      * Test {@link LatLon#isOutSideWorld}
    215      * @deprecated to remove
    216      */
    217     @Test
    218     @Deprecated
    219     void testIsOutSideWorld() {
    220         assertFalse(LatLon.ZERO.isOutSideWorld());
    221         assertTrue(LatLon.NORTH_POLE.isOutSideWorld());
    222         assertTrue(LatLon.SOUTH_POLE.isOutSideWorld());
    223         assertTrue(new LatLon(-181, 0).isOutSideWorld());
    224         assertTrue(new LatLon(181, 0).isOutSideWorld());
    225     }
    226 
    227     /**
    228214     * Test {@link LatLon#isValid}
    229215     */
Note: See TracChangeset for help on using the changeset viewer.