CLOUDSTACK-1148: Change URL from google as 503 returns from that site cause test to erroneously fail.

Signed-off-by: Simon Waterhouse <simon.waterhouse@citrix.com>
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Simon Waterhouse 2013-02-04 18:12:18 +00:00 committed by Rohit Yadav
parent 2b267c1ceb
commit 9a44ecf777

View File

@ -30,7 +30,7 @@ public class TestAgentShell extends TestCase {
File file = null;
try {
file = File.createTempFile("wget", ".html");
AgentShell.wget("http://www.google.com/", file);
AgentShell.wget("http://www.apache.org/", file);
if (s_logger.isDebugEnabled()) {
s_logger.debug("file saved to " + file.getAbsolutePath());