Changeset 3990 in josm
- Timestamp:
- 2011-03-13T21:35:14+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy
r3988 r3990 14 14 public class AllMappaintTests extends TestCase{} 15 15 16 // License: GPL. For details, see LICENSE file.17 package org.openstreetmap.josm.gui.mappaint18 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.class28 ])29 public class AllMappaintTests extends TestCase{}30
Note:
See TracChangeset
for help on using the changeset viewer.