From: aclement Date: Mon, 13 Jun 2011 16:28:07 +0000 (+0000) Subject: activate test! X-Git-Tag: V1_6_12M2~85 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e655bbdb8b7d18309296e4d86b2f01c5fbc23a9e;p=aspectj.git activate test! --- diff --git a/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java b/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java index a57cd0c02..2b2f5c70a 100644 --- a/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java @@ -27,9 +27,9 @@ import org.aspectj.testing.Utils; import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc163Tests extends org.aspectj.testing.XMLBasedAjcTestCase { - // public void testGenericMethodBridging_pr251326() { - // runTest("itd anonymous inner class in wrong package"); - // } + public void testGenericMethodBridging_pr251326() { + runTest("itd anonymous inner class in wrong package"); + } public void testOrderingRepetitive_pr259279() { runTest("ordering repetitive method");