Changeset 14142 in josm for trunk/test/unit/org/openstreetmap
- Timestamp:
- 2018-08-12T13:46:40+02:00 (6 years ago)
- 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 9 9 import java.awt.Color; 10 10 import java.io.StringReader; 11 import java.net.URL;12 11 import java.util.List; 13 12 … … 54 53 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 55 54 public JOSMTestRules test = new JOSMTestRules().projection(); 56 57 @Test58 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 }62 55 63 56 @Test
Note:
See TracChangeset
for help on using the changeset viewer.