Remove unintended comment

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1daf48b2
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1daf48b2
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1daf48b2

Branch: refs/heads/tp32
Commit: 1daf48b20de100e05f38202cdd1b3405fb16932a
Parents: 339e293
Author: Jorge Bay Gondra <[email protected]>
Authored: Fri Jun 9 10:20:55 2017 +0200
Committer: Stephen Mallette <[email protected]>
Committed: Wed Jun 28 15:13:11 2017 -0400

----------------------------------------------------------------------
 .../Traversal/DriverRemoteConnection/GraphTraversalTests.cs     | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1daf48b2/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/GraphTraversalTests.cs
----------------------------------------------------------------------
diff --git 
a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/GraphTraversalTests.cs
 
b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/GraphTraversalTests.cs
index 51efa7f..e1e4338 100644
--- 
a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/GraphTraversalTests.cs
+++ 
b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Process/Traversal/DriverRemoteConnection/GraphTraversalTests.cs
@@ -98,11 +98,6 @@ namespace 
Gremlin.Net.IntegrationTest.Process.Traversal.DriverRemoteConnection
         [Fact]
         public void g_V_HasXname_markoX_ValueMap_Next()
         {
-            //Unable to cast object of type 
-            
//'System.Collections.Generic.Dictionary`2[System.String,System.Object]' to 
type 
-            
//'System.Collections.Generic.IDictionary`2[System.String,System.Collections.Generic.IList`1[System.Object]]'.
-
-
             var graph = new Graph();
             var connection = _connectionFactory.CreateRemoteConnection();
             var g = graph.Traversal().WithRemote(connection);

Reply via email to