toString(3, new URL("http://location"), "archive DOWNLOADED from \nhttp://location");
}
private void construct(boolean fail, int result, URL successLocation, String expected) {
try {
new Result("archive", result, successLocation);
if (fail)
fail("Success not expected");
}
catch (IllegalArgumentException e) {
if (fail)