Merge branch 'tp33'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e80cd574 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e80cd574 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e80cd574 Branch: refs/heads/tp33 Commit: e80cd574c5cc7b203bd2ec1c9f496a819fe409aa Parents: cb322ac 89e722e Author: Daniel Kuppitz <[email protected]> Authored: Thu Mar 15 07:43:48 2018 -0700 Committer: Daniel Kuppitz <[email protected]> Committed: Thu Mar 15 07:43:48 2018 -0700 ---------------------------------------------------------------------- .../gremlin/process/traversal/Traversal.java | 5 +- .../strategy/decoration/SubgraphStrategy.java | 3 + .../IncidentToAdjacentStrategy.java | 5 ++ .../traversal/util/DefaultTraversal.java | 4 ++ .../gremlin/process/ProcessComputerSuite.java | 6 +- .../gremlin/process/ProcessStandardSuite.java | 6 +- .../decoration/SubgraphStrategyProcessTest.java | 56 +++++++++++++-- .../IncidentToAdjacentStrategyProcessTest.java | 76 ++++++++++++++++++++ 8 files changed, 151 insertions(+), 10 deletions(-) ----------------------------------------------------------------------
