Merge branch 'TINKERPOP-1730'

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

Branch: refs/heads/master
Commit: fc48b046c0b1007430a1cc546abb8fecfa94cfe0
Parents: cb7cdd2 80f3dd3
Author: Jorge Bay Gondra <jorgebaygon...@gmail.com>
Authored: Wed Sep 20 19:26:23 2017 +0200
Committer: Jorge Bay Gondra <jorgebaygon...@gmail.com>
Committed: Wed Sep 20 19:26:23 2017 +0200

----------------------------------------------------------------------
 .../src/Gremlin.Net/Driver/GremlinClient.cs     |   6 +-
 .../Driver/Messages/ResponseMessage.cs          |   2 +-
 .../Driver/Messages/ResponseResult.cs           |   5 +-
 .../Remote/DriverRemoteTraversalSideEffects.cs  |   2 +-
 .../Structure/IO/GraphSON/GraphSON3Reader.cs    |   3 +-
 .../Structure/IO/GraphSON/Path3Deserializer.cs  |  44 +++++
 .../Structure/IO/GraphSON/PathDeserializer.cs   |   5 +-
 .../src/Gremlin.Net/Structure/Path.cs           |  24 ++-
 .../GraphTraversalTests.cs                      |   4 +-
 .../DriverRemoteConnection/SideEffectTests.cs   |  24 ++-
 .../IO/GraphSON/GraphSONReaderTests.cs          |  22 ++-
 .../Gremlin.Net.UnitTest/Structure/PathTests.cs | 190 +++++++++----------
 12 files changed, 206 insertions(+), 125 deletions(-)
----------------------------------------------------------------------


Reply via email to