Repository: incubator-slider Updated Branches: refs/heads/develop 38bba0640 -> bcb8b130f
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/bcb8b130 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/bcb8b130 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/bcb8b130 Branch: refs/heads/develop Commit: bcb8b130f1f14eef66386847e32a01903fe2972f Parents: 38bba06 Author: Gour Saha <[email protected]> Authored: Mon Jun 1 12:30:49 2015 -0700 Committer: Gour Saha <[email protected]> Committed: Mon Jun 1 12:31:50 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/bcb8b130/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 862bad5..e688e3a 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, - "localhost.example.org:80"]) + "badhost:8888"]) fail("expected an exception, got a launcher with exit code $launcher.serviceExitCode") } catch (UnknownHostException expected) { //expected
