Changeset 9214 in josm for trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/KeyValueConditionTest.groovy
- Timestamp:
- 2015-12-29T19:23:48+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/KeyValueConditionTest.groovy
r8874 r9214 40 40 def node(id) { 41 41 def n = new Node(id,1) 42 n.setCoor( new LatLon(0,0))42 n.setCoor(LatLon.ZERO) 43 43 ds.addPrimitive(n) 44 44 return n
Note:
See TracChangeset
for help on using the changeset viewer.