From: aclement Date: Thu, 5 Aug 2004 16:20:15 +0000 (+0000) Subject: more diagnostics to help with build failure X-Git-Tag: for_ajdt1_1_12~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7bb1da5328199ec30fd3cddb14abc871580990e5;p=aspectj.git more diagnostics to help with build failure --- diff --git a/util/testsrc/org/aspectj/util/FileUtilTest.java b/util/testsrc/org/aspectj/util/FileUtilTest.java index 74f0e3923..2ae1a7b77 100644 --- a/util/testsrc/org/aspectj/util/FileUtilTest.java +++ b/util/testsrc/org/aspectj/util/FileUtilTest.java @@ -675,7 +675,7 @@ public class FileUtilTest extends TestCase { // halt assertTrue(pipe.halt(true, true)); assertTrue(result.set); - assertTrue(null == result.thrown); + assertTrue("Expected null but result.thrown = "+result.thrown,null == result.thrown); assertTrue(null == pipe.getThrown()); assertEquals("total written", result.totalWritten, pipe.totalWritten()); if (minWritten > pipe.totalWritten()) {