Changeset 2252 in josm for trunk/test/unit
- Timestamp:
- 2009-10-06T00:07:00+02:00 (15 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/data/osm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/history/HistoryNodeTest.java
r1670 r2252 6 6 7 7 import org.junit.Test; 8 import org.openstreetmap.josm.data.coor.LatLon; 8 9 import org.openstreetmap.josm.data.osm.OsmPrimitiveType; 9 10 … … 22 23 3, 23 24 4, 24 d 25 d, 26 new LatLon(0,0) 25 27 ); 26 28 … … 44 46 3, 45 47 4, 46 d 48 d, 49 new LatLon(0,0) 47 50 ); 48 51 -
trunk/test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java
r2150 r2252 1024 1024 assertTrue(!w.getNode(1).incomplete); 1025 1025 } 1026 1027 1028 @Test1029 public void test1() throws Exception {1030 System.out.println(URLEncoder.encode("Ævar Arnfjörð Bjarmason", "UTF-8").replaceAll("\\+", "%20"));1031 1032 }1033 1026 }
Note:
See TracChangeset
for help on using the changeset viewer.