From: mwebster Date: Mon, 16 Oct 2006 13:23:43 +0000 (+0000) Subject: Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (give modified... X-Git-Tag: REMOVING_ASM~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fc750075fd91edcdd5e73cf04593ea3c822a746a;p=aspectj.git Bug 158957 "NPE in LTW with RMI dynamic proxies w/ pointcut reuse" (give modified testcase for 120474 a unique name to avoid intermittent failures when running the whole suite) --- diff --git a/tests/bugs150/pr120474/$Proxy4.java b/tests/bugs150/pr120474/$Proxy4.java deleted file mode 100644 index 8da92d6c7..000000000 --- a/tests/bugs150/pr120474/$Proxy4.java +++ /dev/null @@ -1,6 +0,0 @@ -public class $Proxy4 { - public void foo() {} - public static void main (String[] args) { - new $Proxy4().foo(); - } -} diff --git a/tests/bugs150/pr120474/$ProxyPr120474.java b/tests/bugs150/pr120474/$ProxyPr120474.java new file mode 100644 index 000000000..0556d9821 --- /dev/null +++ b/tests/bugs150/pr120474/$ProxyPr120474.java @@ -0,0 +1,6 @@ +public class $ProxyPr120474 { + public void foo() {} + public static void main (String[] args) { + new $ProxyPr120474().foo(); + } +} diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml index 43e304401..503eccbe8 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml @@ -311,9 +311,9 @@ - + - +