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")) {
143143case "shouldGetPropertyKeysOnEdge" :
144144case "shouldNotGetConcurrentModificationException" :
145145builder .withEdgeCollection ("friend" );
146+ builder .withEdgeCollection ("knows" );
146147break ;
147148case "shouldTraverseInOutFromVertexWithMultipleEdgeLabelFilter" :
148149case "shouldTraverseInOutFromVertexWithSingleEdgeLabelFilter" :
@@ -169,6 +170,8 @@ else if(testMethodName.startsWith("shouldReadWriteDetachedVertexNoEdges")) {
169170case "shouldHaveTruncatedStringRepresentationForEdgeProperty" :
170171case "shouldValidateIdEquality" :
171172case "shouldValidateEquality" :
173+ case "shouldHaveExceptionConsistencyWhenAssigningSameIdOnEdge" :
174+ case "shouldAddEdgeWithUserSuppliedStringId" :
172175builder .withEdgeCollection ("self" );
173176break ;
174177case "shouldAllowRemovalFromEdgeWhenAlreadyRemoved" :
@@ -198,6 +201,8 @@ else if(testMethodName.startsWith("shouldReadWriteDetachedVertexNoEdges")) {
198201builder .withEdgeCollection ("knows" );
199202builder .withEdgeCollection ("created" );
200203break ;
204+ case "shouldAddVertexWithLabel" :
205+ builder .withVertexCollection ("person" );
201206default :
202207System .out .println ("case \" " + testMethodName + "\" :" );
203208}
You can’t perform that action at this time.
0 commit comments