Ignore:
Timestamp:
2009-10-06T00:07:00+02:00 (16 years ago)
Author:
Gubaer
Message:

Refactored JOSM help system, slightly extended
Fixed problem with new internal representation of nodes as array (in Way)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/osm/history/HistoryNodeTest.java

    r1670 r2252  
    66
    77import org.junit.Test;
     8import org.openstreetmap.josm.data.coor.LatLon;
    89import org.openstreetmap.josm.data.osm.OsmPrimitiveType;
    910
     
    2223                3,
    2324                4,
    24                 d
     25                d,
     26                new LatLon(0,0)
    2527        );
    2628
     
    4446                3,
    4547                4,
    46                 d
     48                d,
     49                new LatLon(0,0)
    4750        );
    4851
Note: See TracChangeset for help on using the changeset viewer.