You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/05/12 16:48:23 UTC

incubator-tinkerpop git commit: undid comment out section in ProcessComputerSuite.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1281 6acbf96a7 -> 282177bb0


undid comment out section in ProcessComputerSuite.


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

Branch: refs/heads/TINKERPOP-1281
Commit: 282177bb01cd9983112c7d610f9f34325c983074
Parents: 6acbf96
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Thu May 12 10:48:19 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu May 12 10:48:19 2016 -0600

----------------------------------------------------------------------
 .../apache/tinkerpop/gremlin/process/ProcessComputerSuite.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/282177bb/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/ProcessComputerSuite.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/ProcessComputerSuite.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/ProcessComputerSuite.java
index 02f1b27..d8021eb 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/ProcessComputerSuite.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/ProcessComputerSuite.java
@@ -112,7 +112,7 @@ public class ProcessComputerSuite extends AbstractGremlinSuite {
     private static final Class<?>[] allTests = new Class<?>[]{
 
             // computer, vertex program, and map/reduce semantics
-            /*GraphComputerTest.class,
+            GraphComputerTest.class,
 
             // branch
             BranchTest.Traversals.class,
@@ -159,7 +159,7 @@ public class ProcessComputerSuite extends AbstractGremlinSuite {
             PathTest.Traversals.class,
             PeerPressureTest.Traversals.class,
             ProfileTest.Traversals.class,
-            ProjectTest.Traversals.class, */
+            ProjectTest.Traversals.class,
             ProgramTest.Traversals.class,
             PropertiesTest.Traversals.class,
             SelectTest.Traversals.class,