Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2465D18E8F for ; Mon, 22 Jun 2015 03:40:23 +0000 (UTC) Received: (qmail 4330 invoked by uid 500); 22 Jun 2015 03:40:23 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 4295 invoked by uid 500); 22 Jun 2015 03:40:23 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 4286 invoked by uid 99); 22 Jun 2015 03:40:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 03:40:23 +0000 X-ASF-Spam-Status: No, hits=-2001.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 22 Jun 2015 03:38:11 +0000 Received: (qmail 3216 invoked by uid 99); 22 Jun 2015 03:39:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 03:39:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 04F90DFF08; Mon, 22 Jun 2015 03:39:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.incubator.apache.org Date: Mon, 22 Jun 2015 03:40:13 -0000 Message-Id: <777e0491c30048c0adb47d4b0c0bdcdb@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [17/50] incubator-ignite git commit: Fixed test. X-Virus-Checked: Checked by ClamAV on apache.org Fixed test. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/fa6615a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/fa6615a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/fa6615a8 Branch: refs/heads/ignite-843 Commit: fa6615a8665fb8296c63be3e719d6d186293ea0c Parents: 5218210 Author: nikolay_tikhonov Authored: Thu Jun 18 09:44:45 2015 +0300 Committer: nikolay_tikhonov Committed: Thu Jun 18 09:44:45 2015 +0300 ---------------------------------------------------------------------- .../apache/ignite/testframework/junits/GridTestKernalContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/fa6615a8/modules/core/src/test/java/org/apache/ignite/testframework/junits/GridTestKernalContext.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/testframework/junits/GridTestKernalContext.java b/modules/core/src/test/java/org/apache/ignite/testframework/junits/GridTestKernalContext.java index 37948d9..24502da 100644 --- a/modules/core/src/test/java/org/apache/ignite/testframework/junits/GridTestKernalContext.java +++ b/modules/core/src/test/java/org/apache/ignite/testframework/junits/GridTestKernalContext.java @@ -46,7 +46,7 @@ public class GridTestKernalContext extends GridKernalContextImpl { null, null, null, - null); + U.allPluginProviders()); GridTestUtils.setFieldValue(grid(), "cfg", config());