File tree Expand file tree Collapse file tree
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ Feature: Step - addE()
359359 And the graph should return 1 for count of "g.V(vid2).outE(\" created\" )"
360360 And the graph should return 1 for count of "g.V(vid2).out(\" created\" ).has(\" name\" ,\" lop\" )"
361361
362- Scenario : g_addEXknowsX_fromXaX_toXbX_propertyXweight_0_1X
362+ Scenario : g_addEXknowsX_fromXVXvid1XX_toXVXvid6XX_propertyXweight_0_1X
363363 Given the empty graph
364364 And the graph initializer of
365365 """
@@ -389,7 +389,7 @@ Feature: Step - addE()
389389 And the graph should return 3 for count of "g.V(vid1).outE(\" knows\" )"
390390 And the graph should return 1 for count of "g.V(vid1).out(\" knows\" ).has(\" name\" ,\" peter\" )"
391391
392- Scenario : g_addEXknowsvarX_fromXaX_toXbX_propertyXweight_0_1X
392+ Scenario : g_addEXknowsvarX_fromXVXvid1XX_toXVXvid6XX_propertyXweight_0_1X
393393 Given the empty graph
394394 And the graph initializer of
395395 """
You can’t perform that action at this time.
0 commit comments