Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.4.1
-
None
Description
The test g_V_hasLabelXsoftwareX_connectedComponent_project_byXnameX_byXcomponentX checks that the two vertices lop and ripple are in the same component. It does that by asserting that these vertices have the id of the marko vertex as their component.
The id used for the component is simply the id of the vertex on which the program is executed first.
So, the test fails if the program is executed first for another vertex even if the connected component is created correctly.