Changeset 4069 in josm for trunk/test/unit


Ignore:
Timestamp:
2011-05-02T23:47:19+02:00 (13 years ago)
Author:
bastiK
Message:

mapcss: add role based selection (collaborative work by Gubaer and me)

Location:
trunk/test/unit/org/openstreetmap/josm/gui/mappaint
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy

    r3990 r4069  
    22package org.openstreetmap.josm.gui.mappaint
    33
    4 import junit.framework.TestCase;
     4import junit.framework.TestCase
    55
    6 import org.junit.runner.RunWith;
    7 import org.junit.runners.Suite;
     6import org.junit.runner.RunWith
     7import org.junit.runners.Suite
     8import org.openstreetmap.josm.gui.mappaint.mapcss.AllMapCSSTests
    89
    910@RunWith(Suite.class)
    1011@Suite.SuiteClasses([
    1112    LabelCompositionStrategyTest.class,
    12     MapCSSWithExtendedTextDirectivesTest.class
     13    MapCSSWithExtendedTextDirectivesTest.class,
     14    AllMapCSSTests.class
     15   
    1316])
    1417public class AllMappaintTests extends TestCase{}
  • trunk/test/unit/org/openstreetmap/josm/gui/mappaint/MapCSSWithExtendedTextDirectivesTest.groovy

    r3991 r4069  
    22package org.openstreetmap.josm.gui.mappaint
    33
    4 import java.awt.Color;
     4import java.awt.Color
    55
    6 import org.junit.*;
    7 import org.openstreetmap.josm.fixtures.JOSMFixture
    8 import org.openstreetmap.josm.gui.mappaint.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
    9 import org.openstreetmap.josm.gui.mappaint.LabelCompositionStrategy.StaticLabelCompositionStrategy
    10 import org.openstreetmap.josm.gui.mappaint.LabelCompositionStrategy.TagLookupCompositionStrategy
     6import org.junit.*
     7import org.openstreetmap.josm.fixtures.JOSMFixture
     8import org.openstreetmap.josm.gui.mappaint.LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy
     9import org.openstreetmap.josm.gui.mappaint.LabelCompositionStrategy.TagLookupCompositionStrategy
    1110class MapCSSWithExtendedTextDirectivesTest {
    1211   
Note: See TracChangeset for help on using the changeset viewer.