mirror of https://gitee.com/bigwinds/arangodb
re-activated tests. jstlint complained about that
This commit is contained in:
parent
11355b6e6f
commit
c786d9ff5f
|
|
@ -1555,11 +1555,11 @@ function brokenGraphSuite () {
|
|||
|
||||
}
|
||||
|
||||
// jsunity.run(namedGraphSuite);
|
||||
jsunity.run(multiCollectionGraphSuite);
|
||||
// jsunity.run(potentialErrorsSuite);
|
||||
// jsunity.run(complexInternaSuite);
|
||||
//jsunity.run(complexFilteringSuite);
|
||||
//jsunity.run(brokenGraphSuite);
|
||||
jsunity.run(namedGraphSuite);
|
||||
jsunity.run(multiCollectionGraphSuite);
|
||||
jsunity.run(potentialErrorsSuite);
|
||||
jsunity.run(complexInternaSuite);
|
||||
jsunity.run(complexFilteringSuite);
|
||||
jsunity.run(brokenGraphSuite);
|
||||
|
||||
return jsunity.done();
|
||||
|
|
|
|||
Loading…
Reference in New Issue