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 2015/02/19 01:24:31 UTC

incubator-tinkerpop git commit: fixed a bug in BranchTest -- @spmallette.. we need to talky talky. sucks.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master a230f02fa -> aefbcc246


fixed a bug in BranchTest -- @spmallette.. we need to talky talky. sucks.


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

Branch: refs/heads/master
Commit: aefbcc246aec9303af7158a706910bebb0e20f12
Parents: a230f02
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Feb 18 17:24:31 2015 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Wed Feb 18 17:24:31 2015 -0700

----------------------------------------------------------------------
 .../process/graph/traversal/step/branch/BranchTest.java        | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/aefbcc24/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/step/branch/BranchTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/step/branch/BranchTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/step/branch/BranchTest.java
index 00d192b..47945f7 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/step/branch/BranchTest.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/graph/traversal/step/branch/BranchTest.java
@@ -76,5 +76,11 @@ public abstract class BranchTest extends AbstractGremlinProcessTest {
 
     @UseEngine(TraversalEngine.Type.COMPUTER)
     public static class ComputerTest extends StandardTest {
+
+        @Override
+        @Test
+        @org.junit.Ignore(TRAVERSAL_NOT_SUPPORTED_BY_COMPUTER)
+        public void g_V_branchXlabel_eq_person__a_bX_optionXa__ageX_optionXb__langX_optionXb__nameX() {
+        }
     }
 }
\ No newline at end of file