Updated Branches: refs/heads/master 2b267c1ce -> 9a44ecf77
CLOUDSTACK-1148: Change URL from google as 503 returns from that site cause test to erroneously fail. Signed-off-by: Simon Waterhouse <[email protected]> Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9a44ecf7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9a44ecf7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9a44ecf7 Branch: refs/heads/master Commit: 9a44ecf77734a2e9c18751c0d0832901f4acd268 Parents: 2b267c1 Author: Simon Waterhouse <[email protected]> Authored: Mon Feb 4 18:12:18 2013 +0000 Committer: Rohit Yadav <[email protected]> Committed: Tue Feb 5 10:43:38 2013 +0530 ---------------------------------------------------------------------- agent/test/com/cloud/agent/TestAgentShell.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9a44ecf7/agent/test/com/cloud/agent/TestAgentShell.java ---------------------------------------------------------------------- diff --git a/agent/test/com/cloud/agent/TestAgentShell.java b/agent/test/com/cloud/agent/TestAgentShell.java index 0e9be0f..b0f7480 100644 --- a/agent/test/com/cloud/agent/TestAgentShell.java +++ b/agent/test/com/cloud/agent/TestAgentShell.java @@ -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());
