Changeset 10193 in josm for trunk/test
- Timestamp:
- 2016-05-11T22:20:59+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParserTest.groovy
r9857 r10193 9 9 import org.openstreetmap.josm.data.coor.LatLon 10 10 import org.openstreetmap.josm.data.osm.DataSet 11 import org.openstreetmap.josm.data.osm.Node 11 12 import org.openstreetmap.josm.data.osm.OsmUtils 12 import org.openstreetmap.josm.data.osm.Node13 13 import org.openstreetmap.josm.data.osm.Way 14 14 import org.openstreetmap.josm.gui.mappaint.Environment … … 34 34 @Test 35 35 public void testKothicStylesheets() throws Exception { 36 new MapCSSParser(new URL("http ://kothic.googlecode.com/hg/src/styles/default.mapcss").openStream(), "UTF-8")37 new MapCSSParser(new URL("http ://kothic.googlecode.com/hg/src/styles/mapink.mapcss").openStream(), "UTF-8")36 new MapCSSParser(new URL("https://raw.githubusercontent.com/kothic/kothic/master/src/styles/default.mapcss").openStream(), "UTF-8") 37 new MapCSSParser(new URL("https://raw.githubusercontent.com/kothic/kothic/master/src/styles/mapink.mapcss").openStream(), "UTF-8") 38 38 } 39 39
Note:
See TracChangeset
for help on using the changeset viewer.