You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/09/08 14:46:06 UTC

[24/50] ignite git commit: wip

wip


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

Branch: refs/heads/ignite-3199-1
Commit: 82a39084dffa51dd9f4cc5ad39ecd3fbc73b3693
Parents: b88ef7c
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Mon Sep 5 20:02:51 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Mon Sep 5 20:02:51 2016 +0300

----------------------------------------------------------------------
 .../AspNet/IgniteSessionStateItemCollectionTest.cs                 | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/82a39084/modules/platforms/dotnet/Apache.Ignite.Core.Tests/AspNet/IgniteSessionStateItemCollectionTest.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/AspNet/IgniteSessionStateItemCollectionTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/AspNet/IgniteSessionStateItemCollectionTest.cs
index eba95d4..58cf0dc 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/AspNet/IgniteSessionStateItemCollectionTest.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/AspNet/IgniteSessionStateItemCollectionTest.cs
@@ -93,6 +93,8 @@ namespace Apache.Ignite.Core.Tests.AspNet
             Assert.AreEqual("val2", col["key"]);
             Assert.AreEqual(3, col["1"]);
 
+            // TODO: CopyTo, syncroot
+
             // Remove.
             col["2"] = 2;
             col["3"] = 3;