result = callGetResult(theRequest);
}
catch (ParsingException e)
{
String url = this.configuration.getRedirectorURL(theRequest);
throw new ChainedRuntimeException("Failed to get the test "
+ "results at [" + url + "]", e);
}
// Check if the returned result object returned contains an error or
// not. If yes, we need to raise an exception so that the JUnit