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/04/15 14:24:15 UTC

[6/6] incubator-tinkerpop git commit: Removed line regarding referencing a specific test case.

Removed line regarding referencing a specific test case.

It is implied in the example code above.


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

Branch: refs/heads/master
Commit: 976cb5e7bcefe885deaecba27d011be5b68b57d4
Parents: 2fd0598
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Apr 15 08:23:35 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Apr 15 08:23:35 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/976cb5e7/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 92d966c..d3d81b8 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -37,7 +37,6 @@ Building and Testing
 export GREMLIN_TESTS='org.apache.tinkerpop.gremlin.process.traversal.step.map.PathTest$Traversals,org.apache.tinkerpop.gremlin.process.traversal.step.util.PathTest'
 mvn -Dmaven.javadoc.skip=true --projects tinkergraph-gremlin test
 ----
-*** Including a specific test may require its inner class implementation (e.g. `org.apache.tinkerpop.gremlin....UnionTest$ComputerTest`).
 ** Clean the `.groovy/grapes/org.apache.tinkerpop` directory on build: `mvn clean install -DcleanGrapes`
 * Regenerate test data (only necessary given changes to IO classes): `mvn clean install -Dio` from `tinkergraph-gremlin` directory
 * Check license headers are present: `mvn apache-rat:check`