mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 21:09:13 +00:00
Issue #2230 - improving failure message
This commit is contained in:
parent
e27001b580
commit
cc4e85a525
@ -183,7 +183,7 @@ public class NotAcceptingTest
|
||||
try
|
||||
{
|
||||
uri = handler.exchange.exchange("delayed connection",500,TimeUnit.MILLISECONDS);
|
||||
Assert.fail(uri);
|
||||
Assert.fail("Expected TimeoutException from exchange failed for URI: " + uri);
|
||||
}
|
||||
catch(TimeoutException e)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user