From: aclement Date: Wed, 7 May 2008 04:38:11 +0000 (+0000) Subject: removing test that builds into the src tree rather than the sandbox X-Git-Tag: Root_refactoring~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3e5aa808e98784e6329947fd43640874e449c1d0;p=aspectj.git removing test that builds into the src tree rather than the sandbox --- diff --git a/tests/src/org/aspectj/systemtest/ajc154/AllTestsAspectJ154.java b/tests/src/org/aspectj/systemtest/ajc154/AllTestsAspectJ154.java index 23491edba..625327344 100644 --- a/tests/src/org/aspectj/systemtest/ajc154/AllTestsAspectJ154.java +++ b/tests/src/org/aspectj/systemtest/ajc154/AllTestsAspectJ154.java @@ -20,7 +20,8 @@ public class AllTestsAspectJ154 { TestSuite suite = new TestSuite("AspectJ 1.5.4 tests"); //$JUnit-BEGIN$ suite.addTest(Ajc154Tests.suite()); - suite.addTestSuite(CustomMungerExtensionTest.class); + // removed for now - it keeps creating unwanted directories in the source tree rather than building into the sandbox +// suite.addTestSuite(CustomMungerExtensionTest.class); //$JUnit-END$ return suite; }