Changeset 3990 in josm


Ignore:
Timestamp:
2011-03-13T21:35:14+01:00 (13 years ago)
Author:
bastiK
Message:

fix "typo"

File:
1 edited

Legend:

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

    r3988 r3990  
    1414public class AllMappaintTests extends TestCase{}
    1515
    16 // License: GPL. For details, see LICENSE file.
    17 package org.openstreetmap.josm.gui.mappaint
    18 
    19 import junit.framework.TestCase;
    20 
    21 import org.junit.runner.RunWith;
    22 import org.junit.runners.Suite;
    23 
    24 @RunWith(Suite.class)
    25 @Suite.SuiteClasses([
    26     LabelCompositionStrategyTest.class,
    27     MapCSSWithExtendedTextDirectivesTest.class
    28 ])
    29 public class AllMappaintTests extends TestCase{}
    30 
Note: See TracChangeset for help on using the changeset viewer.