Skip to content

Commit 9a44ecf

Browse files
siwateryadvr
authored andcommitted
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>
1 parent 2b267c1 commit 9a44ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/test/com/cloud/agent/TestAgentShell.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void testWget() {
3030
File file = null;
3131
try {
3232
file = File.createTempFile("wget", ".html");
33-
AgentShell.wget("http://www.google.com/", file);
33+
AgentShell.wget("http://www.apache.org/", file);
3434

3535
if (s_logger.isDebugEnabled()) {
3636
s_logger.debug("file saved to " + file.getAbsolutePath());

0 commit comments

Comments
 (0)