diff options
author | Stephan Herrmann | 2012-09-22 22:53:33 +0000 |
---|---|---|
committer | Stephan Herrmann | 2012-09-22 22:53:33 +0000 |
commit | ba0cbc042c20848622ce7cda9758cd3d57344a82 (patch) | |
tree | 222faac0b271e1b3d2acc02228957b95970f88dc /testplugins | |
parent | 95e290d3c7cf05da65f834fa4e5d2df57058e357 (diff) | |
download | org.eclipse.objectteams-ba0cbc042c20848622ce7cda9758cd3d57344a82.tar.gz org.eclipse.objectteams-ba0cbc042c20848622ce7cda9758cd3d57344a82.tar.xz org.eclipse.objectteams-ba0cbc042c20848622ce7cda9758cd3d57344a82.zip |
Bug 390146 - [compiler] Better support outer & inner teams adapting
different bundles
Diffstat (limited to 'testplugins')
-rw-r--r-- | testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java b/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java index 56d1b8e87..cf6b32349 100644 --- a/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java +++ b/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java @@ -180,7 +180,7 @@ public class OTEquinoxBuilderTests extends OTBuilderTests { fullBuild(); expectingNoProblemsFor(trac18b.getPath()); expectingOnlySpecificProblemsFor(aspectPlugin.getPath(), new Problem[] { - new Problem("", "Illegal base import: no aspect binding declared for team MissingAspectBindingTeam (OT/Equinox).", + new Problem("", "Illegal base import: no aspect binding declared for team MissingAspectBindingTeam or any nested team (OT/Equinox).", aspectPlugin.getPath().append(new Path("src/MissingAspectBindingTeam.java")), 12, 34, CategorizedProblem.CAT_CODE_STYLE, IMarker.SEVERITY_ERROR) |