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 30554)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/TurnRestrictionBuilderTest.groovy	(revision 30555)
@@ -11,5 +11,5 @@
 import org.openstreetmap.josm.data.osm.Relation;
 import org.openstreetmap.josm.data.osm.RelationMember;
-import org.openstreetmap.josm.plugins.turnrestrictions.fixtures.JOSMFixture;
+import org.openstreetmap.josm.JOSMFixture;
 import org.openstreetmap.josm.data.coor.LatLon;
 import static org.openstreetmap.josm.plugins.turnrestrictions.TurnRestrictionBuilder.*
@@ -383,5 +383,5 @@
 		 
 		 /*
-		  * if reversed from, the intersection angle is still -90°
+		  * if reversed from, the intersection angle is still -90�
 		  */
 		 from = nw(1,n2,n1)
@@ -393,5 +393,5 @@
 
 		 /*
-		 * if reversed to, the intersection angle is still -90°
+		 * if reversed to, the intersection angle is still -90�
 		 */
 		 from = nw(1,n1,n2)
@@ -403,5 +403,5 @@
 
 		 /*
-		 * if reversed both, the intersection angle is still -90°
+		 * if reversed both, the intersection angle is still -90�
 		 */
 		 from = nw(1,n2,n1)
@@ -436,5 +436,5 @@
 		
 		/*
-		 * if reversed from, the intersection angle is still 90°
+		 * if reversed from, the intersection angle is still 90�
 		 */
 		from = nw(1,n2,n1)
@@ -444,5 +444,5 @@
 
 		/*
-		* if reversed to, the intersection angle is still 90°
+		* if reversed to, the intersection angle is still 90�
 		*/
 		from = nw(1,n1,n2)
@@ -452,5 +452,5 @@
 
 		/*
-		* if reversed both, the intersection angle is still 90°
+		* if reversed both, the intersection angle is still 90�
 		*/
 		from = nw(1,n2,n1)
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionListModelTest.groovy
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionListModelTest.groovy	(revision 30554)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/JosmSelectionListModelTest.groovy	(revision 30555)
@@ -8,6 +8,5 @@
 import org.openstreetmap.josm.data.osm.*;
 import org.openstreetmap.josm.data.coor.*;
-
-import org.openstreetmap.josm.plugins.turnrestrictions.fixtures.JOSMFixture;
+import org.openstreetmap.josm.JOSMFixture;
 
 import static org.junit.Assert.*;
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorModelUnitTest.groovy
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorModelUnitTest.groovy	(revision 30554)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditorModelUnitTest.groovy	(revision 30555)
@@ -16,5 +16,5 @@
 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
 
-import org.openstreetmap.josm.plugins.turnrestrictions.fixtures.JOSMFixture;
+import org.openstreetmap.josm.JOSMFixture;
 
 /**
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorUnitTest.groovy
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorUnitTest.groovy	(revision 30554)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorUnitTest.groovy	(revision 30555)
@@ -6,5 +6,5 @@
 import org.openstreetmap.josm.gui.layer.OsmDataLayer;
 
-import org.openstreetmap.josm.plugins.turnrestrictions.fixtures.JOSMFixture;
+import org.openstreetmap.josm.JOSMFixture;
 
 import static org.junit.Assert.*;
Index: /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRendererTest.groovy
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRendererTest.groovy	(revision 30554)
+++ /applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionTypeRendererTest.groovy	(revision 30555)
@@ -7,5 +7,5 @@
 
 import java.awt.Component
-import org.openstreetmap.josm.plugins.turnrestrictions.fixtures.JOSMFixture;
+import org.openstreetmap.josm.JOSMFixture;
 
 class TurnRestrictionTypeRendererTest extends GroovyTestCase{
