Repository: incubator-slider Updated Branches: refs/heads/develop 92b299a6d -> 32329af24
SLIDER-208 modify invalid RM host:port Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/32329af2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/32329af2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/32329af2 Branch: refs/heads/develop Commit: 32329af24d9e91826a372ddb5e8ecff4fda9107d Parents: 92b299a Author: Gour Saha <[email protected]> Authored: Fri May 29 13:53:40 2015 -0700 Committer: Gour Saha <[email protected]> Committed: Fri May 29 13:53:40 2015 -0700 ---------------------------------------------------------------------- .../groovy/org/apache/slider/client/TestClientBasicArgs.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/32329af2/slider-core/src/test/groovy/org/apache/slider/client/TestClientBasicArgs.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/client/TestClientBasicArgs.groovy b/slider-core/src/test/groovy/org/apache/slider/client/TestClientBasicArgs.groovy index 23c1ffa..862bad5 100644 --- a/slider-core/src/test/groovy/org/apache/slider/client/TestClientBasicArgs.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/client/TestClientBasicArgs.groovy @@ -67,7 +67,7 @@ class TestClientBasicArgs extends ServiceLauncherBaseTest { ClientArgs.ACTION_LIST, "cluster", Arguments.ARG_MANAGER, - "unknownhost.example.org:80"]) + "localhost.example.org:80"]) fail("expected an exception, got a launcher with exit code $launcher.serviceExitCode") } catch (UnknownHostException expected) { //expected
