From 0ea8da298422ffcde12d211adf0d219aad69a4ed Mon Sep 17 00:00:00 2001 From: Stephen Mallette Date: Thu, 26 Oct 2023 12:05:11 -0400 Subject: [PATCH] Added tags for multiproperties to a couple of tests CTR --- .../tinkerpop/gremlin/test/features/map/AddVertex.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AddVertex.feature b/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AddVertex.feature index b14c0336c46..76c954fd80d 100644 --- a/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AddVertex.feature +++ b/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AddVertex.feature @@ -201,6 +201,7 @@ Feature: Step - addV() And the graph should return 1 for count of "g.V().has(\"person\",\"name\",\"marko\").properties(\"friendWeight\").has(\"acl\",\"private\")" And the graph should return 1 for count of "g.V().has(\"person\",\"name\",\"marko\").properties(\"friendWeight\").count()" + @MultiProperties Scenario: g_addVXanimalX_propertyXname_mateoX_propertyXname_gateoX_propertyXname_cateoX_propertyXage_5X Given the empty graph And the graph initializer of @@ -281,6 +282,7 @@ Feature: Step - addV() And the graph should return 1 for count of "g.V().has(\"name\",\"stephenm\")" And the graph should return 1 for count of "g.V().has(\"name\",\"stephenm\").properties(\"name\").has(\"since\",2010)" + @MultiProperties Scenario: g_V_addVXanimalX_propertyXname_valuesXnameXX_propertyXname_an_animalX_propertyXvaluesXnameX_labelX Given the empty graph And the graph initializer of