Changeset 298 in josm for test/unit/org/openstreetmap/josm/data/osm
- Timestamp:
- 2007-08-07T22:33:04+02:00 (19 years ago)
- Location:
- test/unit/org/openstreetmap/josm/data/osm
- Files:
-
- 10 edited
-
DataSetTest.java (modified) (1 diff)
-
NodeTest.java (modified) (1 diff)
-
OsmPrimitiveTest.java (modified) (1 diff)
-
SegmentTest.java (modified) (1 diff)
-
WayTest.java (modified) (1 diff)
-
visitor/AddVisitorTest.java (modified) (1 diff)
-
visitor/AllNodesVisitorTest.java (modified) (1 diff)
-
visitor/BoundingXYVisitorTest.java (modified) (1 diff)
-
visitor/CollectBackReferencesVisitorTest.java (modified) (1 diff)
-
visitor/MergeVisitorTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
test/unit/org/openstreetmap/josm/data/osm/DataSetTest.java
r297 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/NodeTest.java
r203 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/OsmPrimitiveTest.java
r267 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/SegmentTest.java
r203 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/WayTest.java
r203 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/visitor/AddVisitorTest.java
r146 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm.visitor; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/visitor/AllNodesVisitorTest.java
r158 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm.visitor; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitorTest.java
r146 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm.visitor; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/visitor/CollectBackReferencesVisitorTest.java
r146 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm.visitor; 2 3 -
test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java
r285 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.data.osm.visitor; 2 3
Note:
See TracChangeset
for help on using the changeset viewer.
