Bug 542687 - Callin overriding is broken in compiler and otdre

- acknowledge new IProblem in test

Change-Id: I69d5cde70c74fd322cc10d64bc9cc3e65a7b28ea
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
index 0717150..899054a 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
@@ -2406,6 +2406,7 @@
         expectedProblemAttributes.put("ReplaceMappingToNonCallin", SKIP);
         expectedProblemAttributes.put("CallinMethodBoundNonReplace", SKIP);
         expectedProblemAttributes.put("CallinOverridesRegular", SKIP);
+        expectedProblemAttributes.put("CallinOverriddenInTeam", SKIP);
         expectedProblemAttributes.put("RegularOverridesCallin", SKIP);
         expectedProblemAttributes.put("ConflictingCallinAndRegular", SKIP);
         expectedProblemAttributes.put("BaseCallNotSameMethod", SKIP);
@@ -2669,6 +2670,7 @@
         expectedProblemAttributes.put("ReplaceMappingToNonCallin", SKIP);
         expectedProblemAttributes.put("CallinMethodBoundNonReplace", SKIP);
         expectedProblemAttributes.put("CallinOverridesRegular", SKIP);
+        expectedProblemAttributes.put("CallinOverriddenInTeam", SKIP);
         expectedProblemAttributes.put("RegularOverridesCallin", SKIP);
         expectedProblemAttributes.put("ConflictingCallinAndRegular", SKIP);
         expectedProblemAttributes.put("BaseCallNotSameMethod", SKIP);