aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bugs153/pr147841/A.java (renamed from tests/bugs152/pr147841/A.java)0
-rw-r--r--tests/bugs153/pr147841/C.java (renamed from tests/bugs152/pr147841/C.java)0
-rw-r--r--tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java1
-rw-r--r--tests/src/org/aspectj/systemtest/ajc152/ajc152.xml19
4 files changed, 2 insertions, 18 deletions
diff --git a/tests/bugs152/pr147841/A.java b/tests/bugs153/pr147841/A.java
index 715918494..715918494 100644
--- a/tests/bugs152/pr147841/A.java
+++ b/tests/bugs153/pr147841/A.java
diff --git a/tests/bugs152/pr147841/C.java b/tests/bugs153/pr147841/C.java
index 3b6b49021..3b6b49021 100644
--- a/tests/bugs152/pr147841/C.java
+++ b/tests/bugs153/pr147841/C.java
diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
index 69ca72beb..fb56374e4 100644
--- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
@@ -36,7 +36,6 @@ public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// public void testBrokenIfArgsCflowAtAj_pr145018() { runTest("ataj crashing with cflow, if and args");}
// public void testItdCallingGenericMethod_pr145391() { runTest("itd calling generic method");}
// public void testItdCallingGenericMethod_pr145391_2() { runTest("itd calling generic method - 2");}
-// public void testAdviceNotWovenAspectPath_pr147841() { runTest("advice not woven on aspectpath");}
// public void testClassCastForInvalidAnnotationValue_pr148537() { runTest("classcast annotation value");}
diff --git a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml
index bdd47d991..0c4098070 100644
--- a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml
+++ b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml
@@ -77,23 +77,8 @@
</stderr>
</run>
</ajc-test>
-
- <ajc-test dir="bugs152/pr147841" title="advice not woven on aspectpath">
- <compile files="A.java" options="-Xlint:ignore" outjar="apath.jar"/>
- <!--compile files="C.java" outjar="cpa.jar" classpath="cpath.jar"/-->
- <compile files="C.java" options="-showWeaveInfo" aspectpath="apath.jar">
- <message kind="weave" text="foo"/>
- </compile>
- <run class="C">
- <stderr>
- <line text="foo"/>
- </stderr>
- </run>
- </ajc-test>
-
-
-
- <ajc-test dir="bugs152/pr145391" title="itd calling generic method">
+
+ <ajc-test dir="bugs152/pr145391" title="itd calling generic method">
<compile files="GenericType.java" options="-1.5"/>
<run class="GenericType"/>
</ajc-test>