mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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:
parent
2b267c1ceb
commit
9a44ecf777
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user