Merge pull request #752 from ustcweizhou/BasicRestClientTest-fakelocalhost use fakelocalhost in BasicRestClientTestBasicRestClientTest will fail if the port 443 is open on localhost. use fakelocalhost instead of localhost can fix it. Please see the latest discussion in https://github.com/apache/cloudstack/pull/737
* pr/752: use fakelocalhost in BasicRestClientTest Signed-off-by: Rajani Karuturi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f5a7395c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f5a7395c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f5a7395c Branch: refs/heads/master Commit: f5a7395cc2ec37364a2e210eac60720e9b327451 Parents: 724bb82 5e792e3 Author: Rajani Karuturi <[email protected]> Authored: Fri Aug 28 22:12:40 2015 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Fri Aug 28 22:12:42 2015 +0530 ---------------------------------------------------------------------- utils/src/test/java/com/cloud/utils/rest/BasicRestClientTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ----------------------------------------------------------------------
