aboutsummaryrefslogtreecommitdiffstats
path: root/weaver
diff options
context:
space:
mode:
authorehilsdal <ehilsdal>2002-12-16 21:17:56 +0000
committerehilsdal <ehilsdal>2002-12-16 21:17:56 +0000
commitc3472c7ced31834873429a8688607e0460432686 (patch)
tree6b5a2b8c1490bf2370714458e4c567476e7c136e /weaver
parent2dc14613c8f42cd0b49a6d0f47f5b8e776bab0b4 (diff)
downloadaspectj-c3472c7ced31834873429a8688607e0460432686.tar.gz
aspectj-c3472c7ced31834873429a8688607e0460432686.zip
Changing string constant for classDir, since the package changed names (correctly) to "weaver"
Diffstat (limited to 'weaver')
-rw-r--r--weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java b/weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java
index a18856711..cc8100fd5 100644
--- a/weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java
+++ b/weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java
@@ -25,7 +25,7 @@ public class UtilityTestCase extends TestCase {
}
public void disassembleTest(String name) throws IOException {
- BcelWorld world = new BcelWorld("../bcweaver/bin");
+ BcelWorld world = new BcelWorld("../weaver/bin");
LazyClassGen clazz = new LazyClassGen((BcelObjectType) world.resolve(name));
clazz.print();