Issue #2230 - improving failure message

This commit is contained in:
Joakim Erdfelt 2018-02-22 17:09:47 -06:00
parent e27001b580
commit cc4e85a525
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{