wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java [588:599]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            String found = FileUtils.fileRead(tmpResult);
            assertEquals("found:'" + found + "'", "Hello, World!", found);

            checkHandlerResult(redirectHandler.handlerRequestResponses, HttpServletResponse.SC_SEE_OTHER);
            checkHandlerResult(handler.handlerRequestResponses, HttpServletResponse.SC_OK);
        } finally {
            wagon.disconnect();

            redirectServer.stop();
            realServer.stop();

            tmpResult.delete();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java [643:654]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            String found = FileUtils.fileRead(tmpResult);
            assertEquals("found:'" + found + "'", "Hello, World!", found);

            checkHandlerResult(redirectHandler.handlerRequestResponses, HttpServletResponse.SC_SEE_OTHER);
            checkHandlerResult(handler.handlerRequestResponses, HttpServletResponse.SC_OK);
        } finally {
            wagon.disconnect();

            redirectServer.stop();
            realServer.stop();

            tmpResult.delete();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



