Repository: ignite Updated Branches: refs/heads/ignite-1561-1 cf86b4080 -> afcecd0fd
master Fixed Visor tests. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/36a6cd01 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/36a6cd01 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/36a6cd01 Branch: refs/heads/ignite-1561-1 Commit: 36a6cd012ff610aebbadf64df58aaca9fa596190 Parents: dbcb02a Author: Alexey Kuznetsov <[email protected]> Authored: Tue Apr 18 20:39:58 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Apr 18 20:39:58 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/36a6cd01/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() } } }
