]> source.dussan.org Git - aspectj.git/commitdiff
switch from using class files in bin directory created during
authoracolyer <acolyer>
Mon, 17 Nov 2003 11:28:34 +0000 (11:28 +0000)
committeracolyer <acolyer>
Mon, 17 Nov 2003 11:28:34 +0000 (11:28 +0000)
project build, to using the ones in testdata/bin.

weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java

index ba29b43d51ee0f3ccc514765a82ab594301b3301..9048a9afcdb32b03e7712a6126bc235e65ca9fb9 100644 (file)
@@ -65,7 +65,8 @@ public abstract class WeaveTestCase extends TestCase {
         weaveTest(name, outName, l);
     }
     
-    static String classDir = "../weaver/bin";
+    //static String classDir = "../weaver/bin";
+       static String classDir = BcweaverTests.TESTDATA_PATH + File.separator + "bin";
     
     
        public void weaveTest(String name, String outName, List planners) throws IOException {