<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>From the eunit Users' Guide:</FONT></DIV>
<DIV>
<P><STRONG>EUnit captures standard output</STRONG> </P>
<P>If your test code writes to the standard output, you may be surprised to see 
that the text does not appear on the console when the tests are running. This is 
because EUnit captures all standard output from test functions (this also 
includes setup and cleanup functions, but not generator functions), so that it 
can be included in the test report if errors occur.</P>
<P><FONT face=Arial size=2>OK, it says the output CAN be included in the test 
report if errors occur, not that it WILL be--but I nevertheless expected the 
latter to happen. When I run EUnit, however, ALL output is discarded, even 
output from failing tests. Is that really the intention? Maybe I'm just doing 
something wrong here--but I have not found any documented way to turn ON 
reporting of output from failed tests.</FONT></P>
<P><FONT face=Arial size=2>I'm running the latest R12B under Windows 
XP.</FONT></P>
<P><FONT face=Arial size=2>John</FONT></P></DIV></BODY></HTML>