summaryrefslogtreecommitdiffstats
path: root/tests/src/org
diff options
context:
space:
mode:
authoraclement <aclement>2011-04-28 19:59:35 +0000
committeraclement <aclement>2011-04-28 19:59:35 +0000
commit35409d862033981f275c9150f97023de411c1048 (patch)
tree15679ecb1727a18acfc04b5fd6426675a18e13ff /tests/src/org
parent464d48469d8cf1255daae2eecb2f1b9d453d1616 (diff)
downloadaspectj-35409d862033981f275c9150f97023de411c1048.tar.gz
aspectj-35409d862033981f275c9150f97023de411c1048.zip
328121
Diffstat (limited to 'tests/src/org')
-rw-r--r--tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java
index 5408f7ae2..71d5d876f 100644
--- a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java
+++ b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java
@@ -67,6 +67,17 @@ import org.aspectj.weaver.World;
*/
public class MultiProjectIncrementalTests extends AbstractMultiProjectIncrementalAjdeInteractionTestbed {
+ public void testMissingRel_328121() throws Exception {
+ String p = "pr328121";
+ initialiseProject(p);
+ build(p);
+ checkWasFullBuild();
+ assertNoErrors(p);
+ // Check the annotations:
+ runMethod(p,"TestRequirements.TestRequirements","foo");
+ assertEquals(4,getRelationshipCount(p));
+ }
+
public void testEncoding_pr290741() throws Exception {
String p = "pr290741";
initialiseProject(p);