You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/05/08 14:12:29 UTC

[9/9] incubator-tinkerpop git commit: Move IoTest to io package with its associated integration test.

Move IoTest to io package with its associated integration test.


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

Branch: refs/heads/master
Commit: 4700471cd5cc33a43ea36de9e69909dcf3ef887b
Parents: 9f669ac
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri May 8 08:07:16 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri May 8 08:07:16 2015 -0400

----------------------------------------------------------------------
 .../tinkerpop/gremlin/structure/GraphTest.java  |    1 +
 .../tinkerpop/gremlin/structure/IoTest.java     | 2457 -----------------
 .../structure/StructureStandardSuite.java       |    1 +
 .../tinkerpop/gremlin/structure/VertexTest.java |    1 +
 .../tinkerpop/gremlin/structure/io/IoTest.java  | 2462 ++++++++++++++++++
 .../tinkergraph/TinkerGraphProvider.java        |    2 +-
 6 files changed, 2466 insertions(+), 2458 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/4700471c/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/GraphTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/GraphTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/GraphTest.java
index dfbf6f4..f2ee8e8 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/GraphTest.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/structure/GraphTest.java
@@ -24,6 +24,7 @@ import org.apache.tinkerpop.gremlin.FeatureRequirement;
 import org.apache.tinkerpop.gremlin.FeatureRequirementSet;
 import org.apache.tinkerpop.gremlin.GraphManager;
 import org.apache.tinkerpop.gremlin.GraphProvider;
+import org.apache.tinkerpop.gremlin.structure.io.IoTest;
 import org.apache.tinkerpop.gremlin.util.StreamFactory;
 import org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils;
 import org.junit.Test;