Repository: ignite
Updated Branches:
  refs/heads/ignite-2.3 6c4c41d4c -> 6efb0cee7


.NET: Fix TestRecordLocal


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6efb0cee
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6efb0cee
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6efb0cee

Branch: refs/heads/ignite-2.3
Commit: 6efb0cee753eac1289efd21cc773ca372775aa68
Parents: 6c4c41d
Author: Pavel Tupitsyn <[email protected]>
Authored: Tue Oct 3 18:33:57 2017 +0300
Committer: Pavel Tupitsyn <[email protected]>
Committed: Fri Oct 6 15:31:53 2017 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/Apache.Ignite.Core.Tests/EventsTest.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/6efb0cee/modules/platforms/dotnet/Apache.Ignite.Core.Tests/EventsTest.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/EventsTest.cs 
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/EventsTest.cs
index 672ff9e..a7c0534 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/EventsTest.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/EventsTest.cs
@@ -314,7 +314,7 @@ namespace Apache.Ignite.Core.Tests
         [Test]
         public void TestRecordLocal()
         {
-            Assert.Throws<NotImplementedException>(() => 
_grid1.GetEvents().RecordLocal(new MyEvent()));
+            Assert.Throws<NotSupportedException>(() => 
_grid1.GetEvents().RecordLocal(new MyEvent()));
         }
 
         /// <summary>

Reply via email to