Sorry, I figured this out by looking at test-reports directory and saw a *.txt file there for the test failure message and stack trace.
where do I look to change this junit configuration in merlin to spit out the message in console instead of the log file ? thanks On Thu, 2004-01-08 at 14:48, korosh afshar wrote: > > > I started out with template project and modified to myownproject. > > > now added test methods to StandardTestCase for service lookup. > > I intentionaly fail a test to ensure it is working. > > > The failure works fine, but I don't see the failure message. > > e.g. > > > fail("THIS IS FAILURE MESSAGE"); > > > this results in > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 2.54 sec > [junit] [ERROR] TEST com.pinksheets.fixgateway.test.StandardTestCase > FAILED > > as expected. > > But no message "THIS IS FAILURE MESSAGE" appears anywhere in console > output. > > > any ideas? > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]