Changeset 14113 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2018-08-09T01:12:27+02:00 (6 years ago)
Author:
Don-vip
Message:

name GPX layers in PluginHandlerTestIT to help debugging

File:
1 edited

Legend:

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

    r14111 r14113  
    6666        }
    6767        for (int i = 0; i < 2; i++) {
    68             GpxLayer layer = new GpxLayer(new GpxData());
     68            GpxLayer layer = new GpxLayer(new GpxData(), "Layer "+i);
    6969            testPlugin(MainApplication.getLayerManager()::addLayer, layer, layerExceptions, loadedPlugins);
    7070            testPlugin(MainApplication.getLayerManager()::removeLayer, layer, layerExceptions, loadedPlugins);
Note: See TracChangeset for help on using the changeset viewer.