Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit a2aa09b

Browse files
rashtaoarcanefoam
authored andcommitted
test fixes
1 parent 6c8dc70 commit a2aa09b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/com/arangodb/tinkerpop/gremlin/ArangoDBGraphProvider.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)