>Or it may be possible to drop the message field from the output
without compromising the test.

For now, I've came up with
if (message.contains("java.net.ConnectException: Connection refused")) {
  prev.setMessage("java.net.ConnectException: Connection refused");
}

That should work, and we don't really need to search for braces and colons.

Vladimir

Reply via email to