- Timestamp:
- 2007-08-07T22:33:04+02:00 (17 years ago)
- Location:
- test/unit/org/openstreetmap/josm
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
test/unit/org/openstreetmap/josm/actions/CombineWayActionTest.java
r271 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.actions; 2 3 -
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 -
test/unit/org/openstreetmap/josm/gui/download/BoundingBoxSelectionTest.java
r275 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.gui.download; 2 3 -
test/unit/org/openstreetmap/josm/gui/tagging/TaggingPresetTest.java
r294 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.gui.tagging; 2 3 -
test/unit/org/openstreetmap/josm/io/BoundingBoxDownloaderTest.java
r269 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.io; 2 3 -
test/unit/org/openstreetmap/josm/io/IncompleteDownloaderTest.java
r225 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.io; 2 3 -
test/unit/org/openstreetmap/josm/plugins/PluginExceptionTest.java
r267 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.plugins; 2 3 -
test/unit/org/openstreetmap/josm/plugins/PluginInformationTest.java
r267 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.plugins; 2 3 -
test/unit/org/openstreetmap/josm/testframework/Bug.java
r135 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.testframework; 2 3 -
test/unit/org/openstreetmap/josm/testframework/DataSetTestCaseHelper.java
r159 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.testframework; 2 3 -
test/unit/org/openstreetmap/josm/testframework/MainMock.java
r271 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.testframework; 2 3 -
test/unit/org/openstreetmap/josm/testframework/MotherObject.java
r285 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.testframework; 2 3 -
test/unit/org/openstreetmap/josm/tools/DateParserTest.java
r146 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.tools; 2 3 -
test/unit/org/openstreetmap/josm/tools/XmlObjectParserTest.java
r267 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package org.openstreetmap.josm.tools; 2 3
Note:
See TracChangeset
for help on using the changeset viewer.