wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java [1048:1059]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        while (!proxyServer.isRunning() || !proxyServer.isStarted()) {
            Thread.sleep(10);
        }

        try {
            StreamingWagon wagon = (StreamingWagon) getWagon();

            Repository testRepository = new Repository("id", "http://www.example.com/");

            String localRepositoryPath = FileTestUtils.getTestOutputDir().toString();
            File sourceFile = new File(localRepositoryPath, "test-proxied-resource");
            FileUtils.fileWrite(sourceFile.getAbsolutePath(), "content");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java [1102:1113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        while (!proxyServer.isRunning() || !proxyServer.isStarted()) {
            Thread.sleep(10);
        }

        try {
            StreamingWagon wagon = (StreamingWagon) getWagon();

            Repository testRepository = new Repository("id", "http://www.example.com/");

            String localRepositoryPath = FileTestUtils.getTestOutputDir().toString();
            File sourceFile = new File(localRepositoryPath, "test-proxied-resource");
            FileUtils.fileWrite(sourceFile.getAbsolutePath(), "content");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



