Index: /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssistantValidatorTest.java
===================================================================
--- /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssistantValidatorTest.java	(revision 33347)
+++ /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssistantValidatorTest.java	(revision 33348)
@@ -83,5 +83,5 @@
 			nodeChecker.performSolitaryStopPositionTest();
 
-			if (Main.pref.getBoolean("pt_assistant.stop-area-tests", true) == true) {
+			if (Main.pref.getBoolean("pt_assistant.stop-area-tests", false) == true) {
 				// check if stop positions are in any stop_area relation:
 				nodeChecker.performNodePartOfStopAreaTest();
@@ -96,5 +96,5 @@
 			nodeChecker.performPlatformPartOfWayTest();
 
-			if (Main.pref.getBoolean("pt_assistant.stop-area-tests", true) == true) {
+			if (Main.pref.getBoolean("pt_assistant.stop-area-tests", false) == true) {
 				// check if platforms are in any stop_area relation:
 				nodeChecker.performNodePartOfStopAreaTest();
@@ -125,5 +125,5 @@
 
 		// Do some testing on stop area relations
-		if (Main.pref.getBoolean("pt_assistant.stop-area-tests", true) == true && StopUtils.isStopArea(r)) {
+		if (Main.pref.getBoolean("pt_assistant.stop-area-tests", false) == true && StopUtils.isStopArea(r)) {
 
 			StopChecker stopChecker = new StopChecker(r, this);
