]> source.dussan.org Git - aspectj.git/commitdiff
removing test that builds into the src tree rather than the sandbox
authoraclement <aclement>
Wed, 7 May 2008 04:38:11 +0000 (04:38 +0000)
committeraclement <aclement>
Wed, 7 May 2008 04:38:11 +0000 (04:38 +0000)
tests/src/org/aspectj/systemtest/ajc154/AllTestsAspectJ154.java

index 23491edbab9de6cb0b5a33cd00741eb2af38bd2e..62532734439fd3cb3a52ec4f4f1d636925c418a5 100644 (file)
@@ -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;
        }