File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/com/arangodb Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ public void _before() throws ArangoException {
51
51
52
52
@ After
53
53
public void after () throws ArangoException {
54
- // String deleteAllGraphsAndTheirCollections = "var db = require('internal').db;\n"
55
- // + "var graph = require('org/arangodb/general-graph');\n" + "graph._list().forEach(function(g){\n"
56
- // + " graph._drop(g, true)\n" + "});";
57
- // driver.executeScript(deleteAllGraphsAndTheirCollections);
54
+ String deleteAllGraphsAndTheirCollections = "var db = require('internal').db;\n "
55
+ + "var graph = require('org/arangodb/general-graph');\n " + "graph._list().forEach(function(g){\n "
56
+ + " graph._drop(g, true)\n " + "});" ;
57
+ driver .executeScript (deleteAllGraphsAndTheirCollections );
58
58
}
59
59
60
60
protected List <EdgeDefinitionEntity > createEdgeDefinitions (int count , int offset ) {
You can’t perform that action at this time.
0 commit comments