Changes between Version 1 and Version 2 of Ticket #21139, comment 8


Ignore:
Timestamp:
2021-07-21T22:11:29+02:00 (4 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21139, comment 8

    v1 v2  
    55Current annotations in my working directory (relevant for MinimapDialogTest):
    66* @Main
    7  * Needs @HTTP (otherwise MOTD throws -- "HTTP factory has not been set")
     7 * Needs [https://josm.openstreetmap.de/ticket/21150 @HTTP] (otherwise MOTD throws -- "HTTP factory has not been set")
    88* @Projection
    99* @FakeImagery
    1010 * Needs a [https://josm.openstreetmap.de/ticket/21150 @Wiremock] rule~~, which I haven't written yet, probably why it fails under JUnit5 in the first place~~
     11
     12EDIT:
     13@Wiremock and @HTTP are part of the patch for #21150