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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.