diff options
author | acolyer <acolyer> | 2005-07-08 16:01:02 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-07-08 16:01:02 +0000 |
commit | db791ba47d698d829ccac9fdb22b38d82a77492d (patch) | |
tree | bd5839bc78aa85b7672438004a9f4b0f57d69cfd /run-all-junit-tests | |
parent | 268a9f1fe4281ac34cb7bf826a6ab589917411bb (diff) | |
download | aspectj-db791ba47d698d829ccac9fdb22b38d82a77492d.tar.gz aspectj-db791ba47d698d829ccac9fdb22b38d82a77492d.zip |
moved some tests with 1.5 dependencies
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r-- | run-all-junit-tests/testsrc/AllTests.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run-all-junit-tests/testsrc/AllTests.java b/run-all-junit-tests/testsrc/AllTests.java index 116812b20..051d2deb1 100644 --- a/run-all-junit-tests/testsrc/AllTests.java +++ b/run-all-junit-tests/testsrc/AllTests.java @@ -47,6 +47,8 @@ public class AllTests extends TestCase { // so the class name can only be used reflectively TestUtil.loadTestsReflectively(suite, "Aspectj5rtModuleTests", false); TestUtil.loadTestsReflectively(suite, "Loadtime5ModuleTests", false); + // this next one is built normally, but needs 1.5 rt.jar to pass + suite.addTest(BcweaverModuleTests15.suite()); } else { suite.addTest(TestUtil.skipTest("for 1.5")); } |