Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionBuilderTest.groovy
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionBuilderTest.groovy	(revision 30556)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionBuilderTest.groovy	(revision 30557)
@@ -185,5 +185,5 @@
 	   tr = builder.build([w2,w1,n2])
 	   
-	   double a = interesectionAngle(w2, w1)
+	   double a = intersectionAngle(w2, w1)
 	   println "a=" + Math.toDegrees(a)
 	   
@@ -377,5 +377,5 @@
 		 Way to = nw(2,n2,n3)
 		 
-		 double a = TurnRestrictionBuilder.interesectionAngle(from, to)
+		 double a = TurnRestrictionBuilder.intersectionAngle(from, to)
 		 RelativeWayJoinOrientation o = TurnRestrictionBuilder.determineWayJoinOrientation(from,to)
 		 assert Math.toDegrees(a) == -90
@@ -387,5 +387,5 @@
 		 from = nw(1,n2,n1)
 		 to = nw(2,n2,n3)
-		 a = TurnRestrictionBuilder.interesectionAngle(from, to)
+		 a = TurnRestrictionBuilder.intersectionAngle(from, to)
 		 o = TurnRestrictionBuilder.determineWayJoinOrientation(from,to)
 		 assert Math.toDegrees(a) == -90
@@ -397,5 +397,5 @@
 		 from = nw(1,n1,n2)
 		 to = nw(2,n3,n2)
-		 a = TurnRestrictionBuilder.interesectionAngle(from, to)
+		 a = TurnRestrictionBuilder.intersectionAngle(from, to)
 		 o = TurnRestrictionBuilder.determineWayJoinOrientation(from,to)
 		 assert Math.toDegrees(a) == -90
@@ -407,5 +407,5 @@
 		 from = nw(1,n2,n1)
 		 to = nw(2,n3,n2)
-		 a = TurnRestrictionBuilder.interesectionAngle(from, to)
+		 a = TurnRestrictionBuilder.intersectionAngle(from, to)
 		 o = TurnRestrictionBuilder.determineWayJoinOrientation(from,to)
 		 assert Math.toDegrees(a) == -90
@@ -432,5 +432,5 @@
 		Way to = nw(2,n2,n3)
 		
-		double a = TurnRestrictionBuilder.interesectionAngle(from, to)
+		double a = TurnRestrictionBuilder.intersectionAngle(from, to)
 		assert Math.toDegrees(a) == 90
 		
@@ -440,5 +440,5 @@
 		from = nw(1,n2,n1)
 		to = nw(2,n2,n3)
-		a = TurnRestrictionBuilder.interesectionAngle(from, to)
+		a = TurnRestrictionBuilder.intersectionAngle(from, to)
 		assert Math.toDegrees(a) == 90
 
@@ -448,5 +448,5 @@
 		from = nw(1,n1,n2)
 		to = nw(2,n3,n2)
-		a = TurnRestrictionBuilder.interesectionAngle(from, to)
+		a = TurnRestrictionBuilder.intersectionAngle(from, to)
 		assert Math.toDegrees(a) == 90
 
@@ -456,5 +456,5 @@
 		from = nw(1,n2,n1)
 		to = nw(2,n3,n2)
-		a = TurnRestrictionBuilder.interesectionAngle(from, to)
+		a = TurnRestrictionBuilder.intersectionAngle(from, to)
 		assert Math.toDegrees(a) == 90
 	}
@@ -484,5 +484,5 @@
 	   Way to = nw(2,n2,n3)
 	   
-	   double a = TurnRestrictionBuilder.interesectionAngle(from, to)
+	   double a = TurnRestrictionBuilder.intersectionAngle(from, to)
 	   assert Math.toDegrees(a) == 45
 	   
@@ -492,5 +492,5 @@
 	   from = nw(1,n2,n1)
 	   to = nw(2,n2,n3)
-	   a = TurnRestrictionBuilder.interesectionAngle(from, to)
+	   a = TurnRestrictionBuilder.intersectionAngle(from, to)
 	   assert Math.toDegrees(a) == 45
 
@@ -500,5 +500,5 @@
 	   from = nw(1,n1,n2)
 	   to = nw(2,n3,n2)
-	   a = TurnRestrictionBuilder.interesectionAngle(from, to)
+	   a = TurnRestrictionBuilder.intersectionAngle(from, to)
 	   assert Math.toDegrees(a) == 45
 
@@ -508,5 +508,5 @@
 	   from = nw(1,n2,n1)
 	   to = nw(2,n3,n2)
-	   a = TurnRestrictionBuilder.interesectionAngle(from, to)
+	   a = TurnRestrictionBuilder.intersectionAngle(from, to)
 	   assert Math.toDegrees(a) == 45
    }
@@ -535,5 +535,5 @@
 	 Way to = nw(2,n2,n3)
 	 
-	 double a = TurnRestrictionBuilder.interesectionAngle(from, to)
+	 double a = TurnRestrictionBuilder.intersectionAngle(from, to)
 	 assert Math.toDegrees(a) == -45
 	 
@@ -543,5 +543,5 @@
 	 from = nw(1,n2,n1)
 	 to = nw(2,n2,n3)
-	 a = TurnRestrictionBuilder.interesectionAngle(from, to)
+	 a = TurnRestrictionBuilder.intersectionAngle(from, to)
 	 assert Math.toDegrees(a) == -45
 
@@ -551,5 +551,5 @@
 	 from = nw(1,n1,n2)
 	 to = nw(2,n3,n2)
-	 a = TurnRestrictionBuilder.interesectionAngle(from, to)
+	 a = TurnRestrictionBuilder.intersectionAngle(from, to)
 	 assert Math.toDegrees(a) == -45
 
@@ -559,5 +559,5 @@
 	 from = nw(1,n2,n1)
 	 to = nw(2,n3,n2)
-	 a = TurnRestrictionBuilder.interesectionAngle(from, to)
+	 a = TurnRestrictionBuilder.intersectionAngle(from, to)
 	 assert Math.toDegrees(a) == -45
  }
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/BasicEditorPanelTest.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/BasicEditorPanelTest.java	(revision 30556)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/BasicEditorPanelTest.java	(revision 30557)
@@ -6,4 +6,5 @@
 import javax.swing.JFrame;
 
+import org.junit.Ignore;
 import org.openstreetmap.josm.data.osm.DataSet;
 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
@@ -13,4 +14,5 @@
  *   
  */
+@Ignore("no test")
 public class BasicEditorPanelTest extends JFrame {
 
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBoxTest.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBoxTest.java	(revision 30556)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionComboBoxTest.java	(revision 30557)
@@ -7,4 +7,5 @@
 import javax.swing.JFrame;
 
+import org.junit.Ignore;
 import org.openstreetmap.josm.data.osm.DataSet;
 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
@@ -15,4 +16,5 @@
  * 
  */
+@Ignore("no test")
 public class TurnRestrictionComboBoxTest extends JFrame {
     
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorTest.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorTest.java	(revision 30556)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorTest.java	(revision 30557)
@@ -3,4 +3,5 @@
 import javax.swing.JFrame;
 
+import org.junit.Ignore;
 import org.openstreetmap.josm.data.osm.DataSet;
 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
@@ -9,4 +10,5 @@
  *
  */
+@Ignore("no test")
 public class TurnRestrictionEditorTest extends JFrame {
     
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java	(revision 30556)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java	(revision 30557)
@@ -16,4 +16,5 @@
 import javax.swing.JScrollPane;
 
+import org.junit.Ignore;
 import org.openstreetmap.josm.data.coor.LatLon;
 import org.openstreetmap.josm.data.osm.DataSet;
@@ -32,4 +33,5 @@
  * {@see TurnRestrictionLegEditor}
  */
+@Ignore("no test")
 public class TurnRestrictionLegEditorTest extends JFrame {
     
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/VehicleExceptionEditorTest.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/VehicleExceptionEditorTest.java	(revision 30556)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/VehicleExceptionEditorTest.java	(revision 30557)
@@ -6,4 +6,5 @@
 import javax.swing.JFrame;
 
+import org.junit.Ignore;
 import org.openstreetmap.josm.data.osm.DataSet;
 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
@@ -14,4 +15,5 @@
  * 
  */
+@Ignore("no test")
 public class VehicleExceptionEditorTest extends JFrame {
     TurnRestrictionEditorModel model;
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaListTest.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaListTest.java	(revision 30556)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/ViaListTest.java	(revision 30557)
@@ -10,4 +10,5 @@
 import javax.swing.JList;
 
+import org.junit.Ignore;
 import org.openstreetmap.josm.data.coor.LatLon;
 import org.openstreetmap.josm.data.osm.DataSet;
@@ -21,4 +22,5 @@
  *
  */
+@Ignore("no test")
 public class ViaListTest extends JFrame {
     
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesViewTest.java
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesViewTest.java	(revision 30556)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesViewTest.java	(revision 30557)
@@ -10,4 +10,5 @@
 import javax.swing.JScrollPane;
 
+import org.junit.Ignore;
 import org.openstreetmap.josm.data.osm.DataSet;
 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
@@ -18,4 +19,5 @@
  * Simple test application for layout and functionality of the issues view.
  */
+@Ignore("no test")
 public class IssuesViewTest extends JFrame {
     private IssuesModel model;
