Ignore:
Timestamp:
2016-04-13T22:58:11+02:00 (8 years ago)
Author:
Don-vip
Message:

code refactoring - strip actions from LayerListDialog to new package gui.dialogs.layer

Location:
trunk/test/unit/org/openstreetmap/josm/gui/dialogs/layer
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/dialogs/layer/LayerVisibilityActionTest.java

    r10143 r10144  
    11// License: GPL. For details, see LICENSE file.
    2 package org.openstreetmap.josm.gui.dialogs;
     2package org.openstreetmap.josm.gui.dialogs.layer;
    33
    44import static org.junit.Assert.assertEquals;
     
    1010import org.openstreetmap.josm.JOSMFixture;
    1111import org.openstreetmap.josm.Main;
     12import org.openstreetmap.josm.gui.dialogs.LayerListDialog;
    1213import org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerListModel;
    13 import org.openstreetmap.josm.gui.dialogs.LayerListDialog.LayerVisibilityAction;
    1414import org.openstreetmap.josm.gui.layer.TMSLayer;
    1515import org.openstreetmap.josm.gui.layer.TMSLayerTest;
    1616
    1717/**
    18  * Unit tests of {@link LayerListDialog} class.
     18 * Unit tests of {@link LayerVisibilityAction} class.
    1919 */
    20 public class LayerListDialogTest {
     20public class LayerVisibilityActionTest {
    2121
    2222    /**
Note: See TracChangeset for help on using the changeset viewer.