Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2010-06-06 09:36:27 +0000
committermkuppe2010-06-06 09:36:27 +0000
commit5578f6da4f9bbf76ab6bf0d25b85a98038c14784 (patch)
treea50bb55a6ae645812f4c77788cdf3b09c90db0d1 /tests/bundles/org.eclipse.ecf.tests.filetransfer
parent6a630e4135aecd0365a42c956c46c23867c9caed (diff)
downloadorg.eclipse.ecf-5578f6da4f9bbf76ab6bf0d25b85a98038c14784.tar.gz
org.eclipse.ecf-5578f6da4f9bbf76ab6bf0d25b85a98038c14784.tar.xz
org.eclipse.ecf-5578f6da4f9bbf76ab6bf0d25b85a98038c14784.zip
RESOLVED - bug 315897: org.eclipse.ecf.filetransfer.IncomingFileTransferException: File not found
https://bugs.eclipse.org/bugs/show_bug.cgi?id=315897
Diffstat (limited to 'tests/bundles/org.eclipse.ecf.tests.filetransfer')
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.java b/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.java
index e8c7965b6..1046bef20 100755
--- a/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.java
+++ b/tests/bundles/org.eclipse.ecf.tests.filetransfer/src/org/eclipse/ecf/tests/filetransfer/URLRetrieveTest.java
@@ -33,7 +33,7 @@ import org.eclipse.ecf.internal.tests.filetransfer.httpserver.SimpleServer;
public class URLRetrieveTest extends AbstractRetrieveTestCase {
public static final String HTTP_RETRIEVE = "http://www.eclipse.org/ecf/ip_log.html";
- public static final String HTTP_RETRIEVE1 = "http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.4.2-200902111700/jarprocessor.jar&url=http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/S-3.6M5-201001291300/jarprocessor.jar&mirror_id=272";
+ public static final String HTTP_RETRIEVE1 = "http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.4.2-200902111700/jarprocessor.jar&url=http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-3.5.2-201002111343/jarprocessor.jar&mirror_id=272";
public static final String HTTP_RETRIEVE_PORT = "http://www.eclipse.org:80/ecf/ip_log.html";
private static final String HTTP_RETRIEVE_HOST_ONLY = "http://www.google.com";

Back to the top