Skip to content

Commit

Permalink
Added tags for multiproperties to a couple of tests CTR
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Oct 26, 2023
1 parent efb38e9 commit 0ea8da2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ea8da2

Please sign in to comment.