This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/test/java/com/arangodb/tinkerpop/gremlin Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ else if(testMethodName.startsWith("shouldReadWriteDetachedVertexNoEdges")) {
143143 case "shouldGetPropertyKeysOnEdge" :
144144 case "shouldNotGetConcurrentModificationException" :
145145 builder .withEdgeCollection ("friend" );
146+ builder .withEdgeCollection ("knows" );
146147 break ;
147148 case "shouldTraverseInOutFromVertexWithMultipleEdgeLabelFilter" :
148149 case "shouldTraverseInOutFromVertexWithSingleEdgeLabelFilter" :
@@ -169,6 +170,8 @@ else if(testMethodName.startsWith("shouldReadWriteDetachedVertexNoEdges")) {
169170 case "shouldHaveTruncatedStringRepresentationForEdgeProperty" :
170171 case "shouldValidateIdEquality" :
171172 case "shouldValidateEquality" :
173+ case "shouldHaveExceptionConsistencyWhenAssigningSameIdOnEdge" :
174+ case "shouldAddEdgeWithUserSuppliedStringId" :
172175 builder .withEdgeCollection ("self" );
173176 break ;
174177 case "shouldAllowRemovalFromEdgeWhenAlreadyRemoved" :
@@ -198,6 +201,8 @@ else if(testMethodName.startsWith("shouldReadWriteDetachedVertexNoEdges")) {
198201 builder .withEdgeCollection ("knows" );
199202 builder .withEdgeCollection ("created" );
200203 break ;
204+ case "shouldAddVertexWithLabel" :
205+ builder .withVertexCollection ("person" );
201206 default :
202207 System .out .println ("case \" " + testMethodName + "\" :" );
203208 }
You can’t perform that action at this time.
0 commit comments