Repository: tinkerpop Updated Branches: refs/heads/tp32 c13bf9423 -> 463767774
Corrected hard-coded test suite number - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/46376777 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/46376777 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/46376777 Branch: refs/heads/tp32 Commit: 463767774c97a55f9f0c5bcee1bfc62da20dc846 Parents: c13bf94 Author: Robert Dale <[email protected]> Authored: Tue Oct 17 14:12:05 2017 -0400 Committer: Robert Dale <[email protected]> Committed: Tue Oct 17 14:12:05 2017 -0400 ---------------------------------------------------------------------- .../gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/46376777/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy ---------------------------------------------------------------------- diff --git a/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy b/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy index bfa6690..1c4022a 100644 --- a/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy +++ b/gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/jsr223/UtilitiesGremlinPluginScript.groovy @@ -38,7 +38,7 @@ describeGraph = { Class<? extends org.apache.tinkerpop.gremlin.structure.Graph> return "${lf}" + "IMPLEMENTATION - ${c.getCanonicalName()} ${lf}" + "TINKERPOP TEST SUITE ${lf}" + -"- Compliant with ($optInCount of 10 suites) ${lf}" + +"- Compliant with ($optInCount of 11 suites) ${lf}" + "$suitesSupported ${lf}" + "- Opts out of $optOutCount individual tests ${lf}" + "$testsOptedOut ${lf}" +
