mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
This commit is contained in:
commit
0904f00d77
|
@ -846,6 +846,7 @@ function EdgesAndVerticesSuite() {
|
|||
db.unitTestVertexCollection4.drop();
|
||||
db.unitTestEdgeCollection1.drop();
|
||||
db.unitTestEdgeCollection2.drop();
|
||||
graph._drop("unitTestGraph");
|
||||
},
|
||||
|
||||
test_edgeCollections : function () {
|
||||
|
|
Loading…
Reference in New Issue