Changeset 34489 in osm for applications/editors/josm/plugins/alignways/test/unit
- Timestamp:
- 2018-08-18T02:46:32+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/alignways/test/unit
- Files:
-
- 5 added
- 1 deleted
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/alignways/test/unit/org/openstreetmap/josm/plugins/alignways/geometry/AlignWaysGeomLineTest.java
r27348 r34489 1 package com.tilusnet.josm.plugins.alignways.geometry; 1 // License: GPL. For details, see LICENSE file. 2 package org.openstreetmap.josm.plugins.alignways.geometry; 2 3 3 4 import static org.junit.Assert.assertTrue; … … 5 6 import org.junit.Before; 6 7 import org.junit.Test; 8 import org.openstreetmap.josm.plugins.alignways.geometry.AlignWaysGeomLine.IntersectionStatus; 7 9 8 import com.tilusnet.josm.plugins.alignways.geometry.AlignWaysGeomLine.IntersectionStatus; 9 10 /** 11 * Tests of {@link AlignWaysGeomLine} 12 */ 10 13 public class AlignWaysGeomLineTest { 11 14 private AlignWaysGeomLine line_x1y1x2y2, line_par_x1y1x2y2;
Note:
See TracChangeset
for help on using the changeset viewer.