From: aclement Date: Thu, 10 Mar 2005 17:35:38 +0000 (+0000) Subject: Declare annotation: add the 50 odd tests in. X-Git-Tag: V1_5_0M2~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=608a6d8f6bed078ff947e4124dae8466d9ba6690;p=aspectj.git Declare annotation: add the 50 odd tests in. --- diff --git a/tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java b/tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java index 97d2e4520..1342e2a08 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java +++ b/tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java @@ -39,6 +39,7 @@ public class AllTestsAspectJ150 { suite.addTest(AnnotationBinding.suite()); suite.addTest(SuppressedWarnings.suite()); + suite.addTest(DeclareAnnotationTests.suite()); //$JUnit-END$ return suite; }