master Fixed Visor tests. (cherry picked from commit 36a6cd0)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8ea9f83c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8ea9f83c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8ea9f83c Branch: refs/heads/ignite-1561-1 Commit: 8ea9f83ce7f21f6ba50c0c644f62319f25b56ebd Parents: 43d6d7e Author: Alexey Kuznetsov <[email protected]> Authored: Tue Apr 18 20:39:58 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Apr 18 20:56:23 2017 +0700 ---------------------------------------------------------------------- .../ignite/visor/commands/open/VisorOpenCommandSpec.scala | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/8ea9f83c/modules/visor-console/src/test/scala/org/apache/ignite/visor/commands/open/VisorOpenCommandSpec.scala ---------------------------------------------------------------------- diff --git a/modules/visor-console/src/test/scala/org/apache/ignite/visor/commands/open/VisorOpenCommandSpec.scala b/modules/visor-console/src/test/scala/org/apache/ignite/visor/commands/open/VisorOpenCommandSpec.scala index 4cf2204..f00ff55 100644 --- a/modules/visor-console/src/test/scala/org/apache/ignite/visor/commands/open/VisorOpenCommandSpec.scala +++ b/modules/visor-console/src/test/scala/org/apache/ignite/visor/commands/open/VisorOpenCommandSpec.scala @@ -29,10 +29,8 @@ class VisorOpenCommandSpec extends VisorRuntimeBaseSpec(3) { visor.mlist() } - it("should print error message when already connected") { - intercept[IgniteException] { - openVisor() - } + it("should reopen when already connected") { + openVisor() } } }
