Changeset 1750 in josm for trunk/test/functional
- Timestamp:
- 2009-07-08T21:50:32+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java
r1703 r1750 57 57 for (int i=0; i< numNodes; i++) { 58 58 Node n = new Node(0); 59 n. coor = new LatLon(-36.6,47.6); // somewhere in the atlantic59 n.setCoor(new LatLon(-36.6,47.6)); 60 60 n.put("name", "node-"+i); 61 61 n.incomplete = false;
Note:
See TracChangeset
for help on using the changeset viewer.