Changeset 16666 in josm


Ignore:
Timestamp:
2020-06-17T00:05:08+02:00 (4 years ago)
Author:
simon04
Message:

see #19397 - Fix PluginHandlerJOSMTooOldTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerJOSMTooOldTest.java

    r16161 r16666  
    9999    private File targetQuxJarNew;
    100100
    101     private final String bazPluginVersionReqString = "JOSM version 8,001 required for plugin baz_plugin.";
    102     private final String dummyPluginVersionReqString = "JOSM version 7,001 required for plugin dummy_plugin.";
     101    private final String bazPluginVersionReqString = "JOSM version 8\u202F001 required for plugin baz_plugin.";
     102    private final String dummyPluginVersionReqString = "JOSM version 7\u202F001 required for plugin dummy_plugin.";
    103103    private final String dummyPluginFailedString = "<html>Updating the following plugin has failed:<ul><li>dummy_plugin</li></ul>"
    104104        + "Please open the Preference Dialog after JOSM has started and try to update it manually.</html>";
     
    311311        Config.getPref().putList("plugins", Arrays.asList("qux_plugin", "baz_plugin"));
    312312
    313         new ExtendedDialogMocker(Collections.singletonMap("JOSM version 7,500 required for plugin qux_plugin.", "Download Plugin"));
     313        new ExtendedDialogMocker(Collections.singletonMap("JOSM version 7\u202F500 required for plugin qux_plugin.", "Download Plugin"));
    314314
    315315        Files.copy(this.referenceQuxJarOld.toPath(), this.targetQuxJar.toPath());
Note: See TracChangeset for help on using the changeset viewer.