Changeset 14142 in josm for trunk/test/unit


Ignore:
Timestamp:
2018-08-12T13:46:40+02:00 (6 years ago)
Author:
Don-vip
Message:

move Kothic stylesheets test as an integration test

Location:
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParserTest.java

    r14064 r14142  
    99import java.awt.Color;
    1010import java.io.StringReader;
    11 import java.net.URL;
    1211import java.util.List;
    1312
     
    5453    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
    5554    public JOSMTestRules test = new JOSMTestRules().projection();
    56 
    57     @Test
    58     public void testKothicStylesheets() throws Exception {
    59         new MapCSSParser(new URL("https://raw.githubusercontent.com/kothic/kothic/master/src/styles/default.mapcss").openStream(), "UTF-8");
    60         new MapCSSParser(new URL("https://raw.githubusercontent.com/kothic/kothic/master/src/styles/mapink.mapcss").openStream(), "UTF-8");
    61     }
    6255
    6356    @Test
Note: See TracChangeset for help on using the changeset viewer.