From 3e5aa808e98784e6329947fd43640874e449c1d0 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 7 May 2008 04:38:11 +0000 Subject: [PATCH] removing test that builds into the src tree rather than the sandbox --- .../src/org/aspectj/systemtest/ajc154/AllTestsAspectJ154.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5