This is an automated email from the ASF dual-hosted git repository.
kenhuuu pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.6-dev by this push:
new 1679bb1b39 Disambiguate methods for Miscellaneous.feature test CTR
1679bb1b39 is described below
commit 1679bb1b395ef022e5f9189d1c288992c24e128a
Author: Ken Hu <[email protected]>
AuthorDate: Wed Mar 8 11:53:08 2023 -0800
Disambiguate methods for Miscellaneous.feature test CTR
---
.../tinkerpop/gremlin/test/features/integrated/Miscellaneous.feature | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/integrated/Miscellaneous.feature
b/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/integrated/Miscellaneous.feature
index 9ec56f42d9..a5ef772956 100644
---
a/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/integrated/Miscellaneous.feature
+++
b/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/integrated/Miscellaneous.feature
@@ -31,7 +31,7 @@ Feature: Step - miscellaneous
where(neq("p1")).as("p2").values("name").as("p2n").
select("p2").
out("created").
- choose(__.in("created").where(eq("p1")), values("name"),
constant(xx1)).
+ choose(__.in("created").where(P.eq("p1")), __.values("name"),
__.constant(xx1)).
group().
by(__.select("p1n")).
by(__.group().