Changeset 298 in josm for test/functional
- Timestamp:
- 2007-08-07T22:33:04+02:00 (18 years ago)
- Location:
- test/functional
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
test/functional/DeleteTest.java
r285 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 import org.openstreetmap.josm.Main; 2 3 -
test/functional/NodeTest.java
r284 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 import java.util.Iterator; 2 3 -
test/functional/SegmentTest.java
r284 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 import org.openstreetmap.josm.Main; 2 3 -
test/functional/SelectionTest.java
r285 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 import org.openstreetmap.josm.Main; 2 3 -
test/functional/WayTest.java
r285 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 import org.openstreetmap.josm.Main; 2 3 -
test/functional/framework/FunctionalTestCase.java
r285 r298 1 // License: GPL. Copyright 2007 by Immanuel Scholz and others 1 2 package framework; 2 3
Note:
See TracChangeset
for help on using the changeset viewer.