Browse Source

Bug 150487 "Tracing and Logging Framework" (remove 1.4 API)

tags/PRE_PIPELINE
mwebster 18 years ago
parent
commit
c4e60095c3

+ 1
- 1
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java View File

@@ -670,7 +670,7 @@ public class AjcTestCase extends TestCase {
}
catch (InvocationTargetException ex) {
ex.printStackTrace();
fail("Cannot create weaving class loader: " + ex.getCause());
fail("Cannot create weaving class loader: " + ex.getTargetException());
}
catch (Exception ex) {
ex.printStackTrace();

Loading…
Cancel
Save