public void testNonsupportingAuthHandler() throws Exception {
// Just use a normal auth handler
server = Intrepid.create( new IntrepidSetup().vmidHint(
"server" ).authHandler( new NoAuthenticationHandler() ).serverPort( 0 ) );
client = Intrepid.create( new IntrepidSetup().vmidHint( "client" ) );
try {
client.connect( InetAddress.getLocalHost(),
server.getServerPort().intValue(), new RequestUserCredentialReinit(),