You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2013/02/06 06:45:21 UTC

[3/27] git commit: refs/heads/vim51_win8 - CLOUDSTACK-1148: Change URL from google as 503 returns from that site cause test to erroneously fail.

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

Signed-off-by: Simon Waterhouse <si...@citrix.com>
Signed-off-by: Rohit Yadav <bh...@apache.org>


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/vim51_win8
Commit: 9a44ecf77734a2e9c18751c0d0832901f4acd268
Parents: 2b267c1
Author: Simon Waterhouse <si...@citrix.com>
Authored: Mon Feb 4 18:12:18 2013 +0000
Committer: Rohit Yadav <bh...@apache.org>
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());