summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2008-05-07 04:38:11 +0000
committeraclement <aclement>2008-05-07 04:38:11 +0000
commit3e5aa808e98784e6329947fd43640874e449c1d0 (patch)
tree7d3f1f55990f1450365acad1aba72161220bd304 /tests/src
parent1daa03957dbaa90ceaee501321c67f12ff20c277 (diff)
downloadaspectj-3e5aa808e98784e6329947fd43640874e449c1d0.tar.gz
aspectj-3e5aa808e98784e6329947fd43640874e449c1d0.zip
removing test that builds into the src tree rather than the sandbox
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc154/AllTestsAspectJ154.java3
1 files changed, 2 insertions, 1 deletions
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;
}