assertTrue( "Assert that the handler handled the request.", handler.handleNntp( request, response ) );
// System.out.println(baos.toString());
assertTrue( baos.toString().indexOf("220 0 <blkdu9$pd8$1@hood.uits.indiana.edu> article retrieved - head and body follow") >= 0 );
assertTrue( baos.toString().indexOf("\"John C. Bollinger\" <jobollin@indiana.edu> wrote in message") == -1 );
baos.reset();
request.nextCommand();
assertTrue( "Assert that the handler handled the request.", handler.handleNntp( request, response ) );
// System.out.println(baos.toString());
assertTrue( baos.toString().indexOf("220 0 <blkdu9$pd8$1@hood.uits.indiana.edu> article retrieved - head and body follow") >= 0 );
assertTrue( baos.toString().indexOf("Message-ID: <blkdu9$pd8$1@hood.uits.indiana.edu>") == -1 );