]> source.dussan.org Git - aspectj.git/commitdiff
Bug 150487 "Tracing and Logging Framework" (remove 1.4 API)
authormwebster <mwebster>
Thu, 27 Jul 2006 09:27:07 +0000 (09:27 +0000)
committermwebster <mwebster>
Thu, 27 Jul 2006 09:27:07 +0000 (09:27 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java

index 98428a326718e08ed291c90c8b3df28d96328a0e..17d2e7fae1141602b68bdcef57fb76fcef175dad 100644 (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();