.NET: Fix ComputeApiTestFullFooter.TestForDaemons
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/96243fbc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/96243fbc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/96243fbc Branch: refs/heads/master Commit: 96243fbc410226002e98f15d73aeb96ecec23a2b Parents: 6d69701 Author: Pavel Tupitsyn <[email protected]> Authored: Mon Oct 24 13:53:21 2016 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Mon Oct 24 13:53:21 2016 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Core.Tests/Compute/ComputeApiTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/96243fbc/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/ComputeApiTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/ComputeApiTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/ComputeApiTest.cs index 7b71ad4..20290f1 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/ComputeApiTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/ComputeApiTest.cs @@ -533,7 +533,7 @@ namespace Apache.Ignite.Core.Tests.Compute using (var ignite = Ignition.Start(new IgniteConfiguration(TestUtils.GetTestConfiguration()) { - SpringConfigUrl = "config\\compute\\compute-grid1.xml", + SpringConfigUrl = GetConfigs().Item1, GridName = "daemonGrid", IsDaemon = true })
