1
0
Fork 0

Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel

This commit is contained in:
Michael Hackstein 2014-05-21 09:55:50 +02:00
commit 0904f00d77
1 changed files with 1 additions and 0 deletions

View File

@ -846,6 +846,7 @@ function EdgesAndVerticesSuite() {
db.unitTestVertexCollection4.drop(); db.unitTestVertexCollection4.drop();
db.unitTestEdgeCollection1.drop(); db.unitTestEdgeCollection1.drop();
db.unitTestEdgeCollection2.drop(); db.unitTestEdgeCollection2.drop();
graph._drop("unitTestGraph");
}, },
test_edgeCollections : function () { test_edgeCollections : function () {