diff options
author | aclement <aclement> | 2005-09-26 15:39:47 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-09-26 15:39:47 +0000 |
commit | 7860b68dc8ea16a32416b4cd94938a9483300c50 (patch) | |
tree | 244cc14336542706ec0a12b2c9d86933df6c712e /run-all-junit-tests/testsrc/AllTests.java | |
parent | 58ccf4cfe0562091bfbe8715fa7ea451b64d9668 (diff) | |
download | aspectj-7860b68dc8ea16a32416b4cd94938a9483300c50.tar.gz aspectj-7860b68dc8ea16a32416b4cd94938a9483300c50.zip |
updated for weaver5
Diffstat (limited to 'run-all-junit-tests/testsrc/AllTests.java')
-rw-r--r-- | run-all-junit-tests/testsrc/AllTests.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-all-junit-tests/testsrc/AllTests.java b/run-all-junit-tests/testsrc/AllTests.java index 051d2deb1..d5db248b2 100644 --- a/run-all-junit-tests/testsrc/AllTests.java +++ b/run-all-junit-tests/testsrc/AllTests.java @@ -49,6 +49,7 @@ public class AllTests extends TestCase { TestUtil.loadTestsReflectively(suite, "Loadtime5ModuleTests", false); // this next one is built normally, but needs 1.5 rt.jar to pass suite.addTest(BcweaverModuleTests15.suite()); + TestUtil.loadTestsReflectively(suite, "Weaver5ModuleTests",false); } else { suite.addTest(TestUtil.skipTest("for 1.5")); } |