adjust tests to collateral change in Bug 335523 - [compiler] separate tuning of severity of decapsulation in "set" callout-to-field
diff --git a/testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/regression/ReportedBugs.java b/testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/regression/ReportedBugs.java
index 0a81b96..8b07013 100644
--- a/testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/regression/ReportedBugs.java
+++ b/testplugins/org.eclipse.objectteams.otdt.tests/otjld/org/eclipse/objectteams/otdt/tests/otjld/regression/ReportedBugs.java
@@ -3020,7 +3020,7 @@
 			"1. WARNING in TeamB11sh67.java (at line 6)\n" +
 			"	int getSecret() -> get int secret; // <- decapsulation warning was masked by above @SuppressWarnings\n" +
 			"	                           ^^^^^^\n" +
-			"Access restriction of field secret in type TB11sh67 is overridden by this binding (OTJLD 3.5(e)).\n" +
+			"Access restriction of private field secret in type TB11sh67 is overridden by this binding (OTJLD 3.5(e)).\n" +
 			"----------\n",
             customOptions);
     }
@@ -3074,7 +3074,7 @@
     		"3. WARNING in TeamB11sh68.java (at line 7)\n" + 
     		"	int getSecret() -> get int secret; // <- decapsulation warning was masked by above @SuppressWarnings\n" + 
     		"	                           ^^^^^^\n" + 
-    		"Access restriction of field secret in type TB11sh68 is overridden by this binding (OTJLD 3.5(e)).\n" + 
+    		"Access restriction of private field secret in type TB11sh68 is overridden by this binding (OTJLD 3.5(e)).\n" + 
     		"----------\n",
     		customOptions);
     }