From c4e60095c3ff2987b4605803c8f639ad2d3ef4c2 Mon Sep 17 00:00:00 2001 From: mwebster Date: Thu, 27 Jul 2006 09:27:07 +0000 Subject: Bug 150487 "Tracing and Logging Framework" (remove 1.4 API) --- org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.aspectj.ajdt.core/testsrc') diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java index 98428a326..17d2e7fae 100644 --- a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java +++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java @@ -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(); -- cgit v1.2.3